Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add prototype for ntp_adjtime1



details:   https://anonhg.NetBSD.org/src/rev/873bb56a0414
branches:  trunk
changeset: 515077:873bb56a0414
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Sep 16 09:55:52 2001 +0000

description:
Add prototype for ntp_adjtime1

diffstat:

 sys/sys/timex.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 169d715ece94 -r 873bb56a0414 sys/sys/timex.h
--- a/sys/sys/timex.h   Sun Sep 16 09:55:26 2001 +0000
+++ b/sys/sys/timex.h   Sun Sep 16 09:55:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: timex.h,v 1.3 2001/09/16 07:14:15 manu Exp $   */
+/*     $NetBSD: timex.h,v 1.4 2001/09/16 09:55:52 jmc Exp $    */
 
 /******************************************************************************
  *                                                                            *
@@ -304,6 +304,7 @@
 #ifdef _KERNEL
 __BEGIN_DECLS
 int   ntp_settime1 __P((struct timex *, register_t *));
+int   ntp_adjtime1 __P((struct timex *, void *, register_t *));
 __END_DECLS
 #endif /* _KERNEL */
 #endif __NetBSD__



Home | Main Index | Thread Index | Old Index