Module Name: src Committed By: christos Date: Thu Nov 20 15:49:28 UTC 2014
Modified Files: src/sys/dev: clock_subr.h Log Message: provide forward declaration for struct timeval; To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/clock_subr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/clock_subr.h diff -u src/sys/dev/clock_subr.h:1.23 src/sys/dev/clock_subr.h:1.24 --- src/sys/dev/clock_subr.h:1.23 Sun Nov 16 21:15:49 2014 +++ src/sys/dev/clock_subr.h Thu Nov 20 10:49:28 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: clock_subr.h,v 1.23 2014/11/17 02:15:49 christos Exp $ */ +/* $NetBSD: clock_subr.h,v 1.24 2014/11/20 15:49:28 christos Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -67,6 +67,7 @@ int clock_secs_to_ymdhms(time_t, struct * function which takes one boolean argument: * 1 to enable writes; 0 to disable writes. */ +struct timeval; struct todr_chip_handle { void *cookie; /* Device specific data */ void *bus_cookie; /* Bus specific data */