diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 16:10:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 16:10:53 +0000 |
commit | 7c4cfc5c047725e6c4c20e9adaa1ef4e70ff68d1 (patch) | |
tree | d415490c429995abee8d4ce27fac8216028a989c /sys/kern/syscalls.master | |
parent | 6b3902486151983e34413a0e5a4bead588217855 (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 1cf7b06d2a0..bcedcdb3d73 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,5 @@ - $NetBSD: syscalls.master,v 1.30 1995/11/22 23:07:29 cgd Exp $ + $OpenBSD: syscalls.master,v 1.6 1996/04/19 16:09:07 niklas Exp $ +; $NetBSD: syscalls.master,v 1.31 1996/02/27 04:20:41 jonathan Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -308,9 +309,14 @@ 172 UNIMPL 173 UNIMPL 174 UNIMPL -175 UNIMPL -176 STD { int sys_ntp_adjtime(struct timex *tp); } -177 STD { int sys_ntp_gettime(struct ntptimeval *tp); } +#ifdef NTP +175 STD { int ntp_gettime(struct timex *tp); } +176 STD { int ntp_adjtime(struct timex *tp); } +#else +175 UNIMPL ntp_gettime +176 UNIMPL ntp_adjtime +#endif +177 UNIMPL 178 UNIMPL 179 UNIMPL 180 UNIMPL |