diff options
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscallargs.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscallargs.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h index 2a5c8ff9a7d..19cf1f8e60b 100644 --- a/sys/compat/netbsd/netbsd_syscallargs.h +++ b/sys/compat/netbsd/netbsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscallargs.h,v 1.18 2002/03/14 01:26:50 millert Exp $ */ +/* $OpenBSD: netbsd_syscallargs.h,v 1.19 2002/07/06 19:22:43 nordin Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.16 2002/03/14 00:42:25 miod Exp + * created from; OpenBSD: syscalls.master,v 1.17 2002/07/06 19:14:20 nordin Exp */ #ifdef syscallarg @@ -415,11 +415,6 @@ int compat_10_sys_shmsys(struct proc *, void *, register_t *); #endif int sys_pread(struct proc *, void *, register_t *); int sys_pwrite(struct proc *, void *, register_t *); -#ifdef NTP -int sys_ntp_gettime(struct proc *, void *, register_t *); -int sys_ntp_adjtime(struct proc *, void *, register_t *); -#else -#endif int sys_setgid(struct proc *, void *, register_t *); int sys_setegid(struct proc *, void *, register_t *); int sys_seteuid(struct proc *, void *, register_t *); |