Module Name: src
Committed By: maya
Date: Sat Oct 6 13:03:55 UTC 2018
Modified Files:
src/sys/sys: timetc.h
Log Message:
Add a forward declaration to make including this header require less
other headers.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/timetc.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/sys/timetc.h
diff -u src/sys/sys/timetc.h:1.6 src/sys/sys/timetc.h:1.7
--- src/sys/sys/timetc.h:1.6 Sun Jan 11 02:45:56 2009
+++ src/sys/sys/timetc.h Sat Oct 6 13:03:55 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: timetc.h,v 1.6 2009/01/11 02:45:56 christos Exp $ */
+/* $NetBSD: timetc.h,v 1.7 2018/10/06 13:03:55 maya Exp $ */
/*-
* ----------------------------------------------------------------------------
@@ -40,6 +40,7 @@
*/
struct timecounter;
+struct timespec;
typedef u_int timecounter_get_t(struct timecounter *);
typedef void timecounter_pps_t(struct timecounter *);