summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd
diff options
context:
space:
mode:
authornordin <nordin@openbsd.org>2002-07-06 19:14:19 +0000
committernordin <nordin@openbsd.org>2002-07-06 19:14:19 +0000
commitc20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de (patch)
treea3afefa3d136dbcd1faca83fccc22abf27c77b19 /sys/compat/netbsd
parenttheo doesn't like it. (diff)
downloadwireguard-openbsd-c20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de.tar.xz
wireguard-openbsd-c20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de.zip
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