diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:44:27 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 20:44:27 +0000 |
commit | 184dadc077288865cd826c567a64543547188eb8 (patch) | |
tree | b1ed0f9cbf96e741a660e29d8d9ed549b52b7353 /sys/compat | |
parent | 365c9d14e3e2862a17ec1c82aff4a946ce4aae5d (diff) |
prefix ntp system calls with sys_ like other system calls
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 15c5d7c259c..c7cc0cb2eee 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.17 1997/08/29 20:36:13 kstailey Exp $ + $OpenBSD: syscalls.master,v 1.18 1997/08/29 20:44:26 kstailey Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -377,8 +377,8 @@ 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); } +248 NOARGS { int sys_ntp_gettime(struct ntptimeval *ntvp); } +249 NOARGS { int sys_ntp_adjtime(struct timex *tp); } #else 248 UNIMPL ntp_gettime 249 UNIMPL ntp_adjtime |