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/svr4/svr4_syscallargs.h | |
parent | 05a8eb13502ed0f64231f022e3965d3507794b26 (diff) |
sync
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 57668125cd7..10271ad7ceb 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscallargs.h,v 1.33 2002/03/14 01:26:51 millert Exp $ */ +/* $OpenBSD: svr4_syscallargs.h,v 1.34 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.30 2000/08/23 19:31:35 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.32 2002/07/06 19:14:20 nordin Exp */ #ifdef syscallarg @@ -606,8 +606,3 @@ int compat_43_sys_getpeername(struct proc *, void *, register_t *); int compat_43_sys_getsockname(struct proc *, void *, register_t *); int sys_getsockopt(struct proc *, void *, register_t *); int sys_setsockopt(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 |