summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/compat/svr4/syscalls.master7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 9134a8f4a40..15c5d7c259c 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.16 1997/08/29 20:15:07 kstailey Exp $
+ $OpenBSD: syscalls.master,v 1.17 1997/08/29 20:36:13 kstailey Exp $
; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -376,5 +376,10 @@
246 NOARGS { int sys_setsockopt(int s, int level, int name, \
const void *val, int valsize); }
247 UNIMPL sockconfig
+#ifdef NTP
+248 NOARGS { int ntp_gettime(struct ntptimeval *ntvp); }
+249 NOARGS { int ntp_adjtime(struct timex *tp); }
+#else
248 UNIMPL ntp_gettime
249 UNIMPL ntp_adjtime
+#endif \ No newline at end of file