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_sysent.c | |
parent | 05a8eb13502ed0f64231f022e3965d3507794b26 (diff) |
sync
Diffstat (limited to 'sys/compat/netbsd/netbsd_sysent.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_sysent.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/compat/netbsd/netbsd_sysent.c b/sys/compat/netbsd/netbsd_sysent.c index 553e10fb054..59a682cacab 100644 --- a/sys/compat/netbsd/netbsd_sysent.c +++ b/sys/compat/netbsd/netbsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_sysent.c,v 1.17 2002/03/14 00:44:20 miod Exp $ */ +/* $OpenBSD: netbsd_sysent.c,v 1.18 2002/07/06 19:22:43 nordin Exp $ */ /* * System call switch table. * * 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 */ #include <sys/param.h> @@ -422,17 +422,10 @@ struct sysent netbsd_sysent[] = { sys_pread }, /* 173 = pread */ { 5, s(struct sys_pwrite_args), sys_pwrite }, /* 174 = pwrite */ -#ifdef NTP - { 1, s(struct sys_ntp_gettime_args), - sys_ntp_gettime }, /* 175 = ntp_gettime */ - { 1, s(struct sys_ntp_adjtime_args), - sys_ntp_adjtime }, /* 176 = ntp_adjtime */ -#else { 0, 0, sys_nosys }, /* 175 = unimplemented ntp_gettime */ { 0, 0, sys_nosys }, /* 176 = unimplemented ntp_adjtime */ -#endif { 0, 0, sys_nosys }, /* 177 = unimplemented */ { 0, 0, |