artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add2f75
)
Prototype hardpps() if PPS_SYNC option is present
author
tholo
<tholo@openbsd.org>
Thu, 6 Mar 1997 07:05:54 +0000
(07:05 +0000)
committer
tholo
<tholo@openbsd.org>
Thu, 6 Mar 1997 07:05:54 +0000
(07:05 +0000)
sys/sys/systm.h
patch
|
blob
|
history
diff --git
a/sys/sys/systm.h
b/sys/sys/systm.h
index
4743fac
..
757aa46
100644
(file)
--- a/
sys/sys/systm.h
+++ b/
sys/sys/systm.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: systm.h,v 1.
19 1997/01/18 13:39:28 mickey Exp $
*/
+/* $OpenBSD: systm.h,v 1.
20 1997/03/06 07:05:54 tholo Exp $
*/
/* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */
/*-
@@
-200,6
+200,9
@@
void softclock __P((void));
void statclock __P((struct clockframe *));
#ifdef NTP
void hardupdate __P((long offset));
+#ifdef PPS_SYNC
+void hardpps __P((struct timeval *, long));
+#endif
#endif
void initclocks __P((void));