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_syscalls.c | |
parent | 05a8eb13502ed0f64231f022e3965d3507794b26 (diff) |
sync
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index d45adeadf12..04e7256175c 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscalls.c,v 1.32 2001/08/26 04:14:27 deraadt Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.33 2002/07/06 19:22:43 nordin Exp $ */ /* * System call names. * * 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 */ char *svr4_syscallnames[] = { @@ -268,11 +268,6 @@ char *svr4_syscallnames[] = { "getsockopt", /* 245 = getsockopt */ "setsockopt", /* 246 = setsockopt */ "#247 (unimplemented sockconfig)", /* 247 = unimplemented sockconfig */ -#ifdef NTP - "ntp_gettime", /* 248 = ntp_gettime */ - "ntp_adjtime", /* 249 = ntp_adjtime */ -#else "#248 (unimplemented ntp_gettime)", /* 248 = unimplemented ntp_gettime */ "#249 (unimplemented ntp_adjtime)", /* 249 = unimplemented ntp_adjtime */ -#endif }; |