From 7e2e570aca9380c64ab7593de252b156e0db4fc0 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 29 Aug 1997 20:36:14 +0000 Subject: ntp_gettime(2), ntp_adjtime(2) --- sys/compat/svr4/syscalls.master | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/compat/svr4/syscalls.master') 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 -- cgit v1.2.3