diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:22:44 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:22:44 +0000 |
commit | ae7c2c9c6d9216bc92b3e7f78d9e951463c0fdd5 (patch) | |
tree | 2af3b308f749f8c8bdcdaf6c200446070b8b7386 /sys/compat/netbsd/netbsd_syscallargs.h | |
parent | 05a8eb13502ed0f64231f022e3965d3507794b26 (diff) |
sync
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 *); |