summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd
diff options
context:
space:
mode:
authorThomas Nordin <nordin@cvs.openbsd.org>2002-07-06 19:14:21 +0000
committerThomas Nordin <nordin@cvs.openbsd.org>2002-07-06 19:14:21 +0000
commitadb28585e4802d642142e770be7ef276683bb58f (patch)
tree6016909e7ec82b58a471cd40838fb68a0d275d3d /sys/compat/netbsd
parent4f23015d08ae2c991a6560c6d70151190bec00b8 (diff)
Remove kernel support for NTP. ok deraadt@ and tholo@
Diffstat (limited to 'sys/compat/netbsd')
-rw-r--r--sys/compat/netbsd/syscalls.master7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master
index 23e58808cb2..32dbfe9a7ae 100644
--- a/sys/compat/netbsd/syscalls.master
+++ b/sys/compat/netbsd/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.16 2002/03/14 00:42:25 miod Exp $
+; $OpenBSD: syscalls.master,v 1.17 2002/07/06 19:14:20 nordin Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -372,13 +372,8 @@
size_t nbyte, int pad, off_t offset); }
174 NOARGS { ssize_t sys_pwrite(int fd, const void *buf, \
size_t nbyte, int pad, off_t offset); }
-#ifdef NTP
-175 NOARGS { int sys_ntp_gettime(struct ntptimeval *ntvp); }
-176 NOARGS { int sys_ntp_adjtime(struct timex *tp); }
-#else
175 UNIMPL ntp_gettime
176 UNIMPL ntp_adjtime
-#endif
177 UNIMPL
178 UNIMPL
179 UNIMPL