diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:36:14 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:36:14 +0000 |
commit | 7e2e570aca9380c64ab7593de252b156e0db4fc0 (patch) | |
tree | db61a73ff9227d3a18b17e541673fcaef2a54bb1 /sys | |
parent | 9f149d1ae0cb70f162fee0a4b2e4fd70673ed9e0 (diff) |
ntp_gettime(2), ntp_adjtime(2)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 7 |
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 |