diff options
Diffstat (limited to 'sys/compat/freebsd/freebsd_sysent.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 9635815797e..59353fefe65 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_sysent.c,v 1.19 2002/03/14 00:44:20 miod Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.20 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.17 2002/03/14 00:42:25 miod Exp + * created from OpenBSD: syscalls.master,v 1.18 2002/07/06 19:14:20 nordin Exp */ #include <sys/param.h> @@ -411,8 +411,8 @@ struct sysent freebsd_sysent[] = { sys_nosys }, /* 174 = unimplemented pwrite */ { 0, 0, sys_nosys }, /* 175 = unimplemented */ - { 1, s(struct freebsd_ntp_adjtime_args), - freebsd_ntp_adjtime }, /* 176 = freebsd_ntp_adjtime */ + { 0, 0, + sys_nosys }, /* 176 = unimplemented ntp_adjtime */ { 0, 0, sys_nosys }, /* 177 = unimplemented sfork */ { 0, 0, |