diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index f725c26d91a5..04a777cde4bb 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: freebsd_syscall.h,v 1.35 2000/08/07 18:10:24 bjh21 Exp $ */ +/* $NetBSD: freebsd_syscall.h,v 1.36 2000/08/08 02:15:09 itojun Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 7100d0c73a1e..2624cea65310 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: freebsd_syscallargs.h,v 1.36 2000/08/08 02:12:30 itojun Exp $ */ +/* $NetBSD: freebsd_syscallargs.h,v 1.37 2000/08/08 02:15:09 itojun Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp */ #ifndef _FREEBSD_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index dc93d56d9193..e426f9e34dee 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: freebsd_syscalls.c,v 1.34 2000/08/07 18:10:25 bjh21 Exp $ */ +/* $NetBSD: freebsd_syscalls.c,v 1.35 2000/08/08 02:15:10 itojun Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -229,7 +229,7 @@ char *freebsd_syscallnames[] = { "pread", /* 173 = pread */ "pwrite", /* 174 = pwrite */ "#175 (unimplemented)", /* 175 = unimplemented */ -#ifdefined NTP +#ifdef NTP "freebsd_ntp_adjtime", /* 176 = freebsd_ntp_adjtime */ #else "#176 (excluded ntp_adjtime)", /* 176 = excluded ntp_adjtime */ diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 6f79bca15c10..cc3345986aef 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: freebsd_sysent.c,v 1.36 2000/08/07 18:10:25 bjh21 Exp $ */ +/* $NetBSD: freebsd_sysent.c,v 1.37 2000/08/08 02:15:10 itojun Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.29 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp */ #include "opt_ktrace.h" @@ -412,7 +412,7 @@ struct sysent freebsd_sysent[] = { sys_pwrite }, /* 174 = pwrite */ { 0, 0, sys_nosys }, /* 175 = unimplemented */ -#ifdefined NTP +#ifdef NTP { 1, s(struct freebsd_ntp_adjtime_args), freebsd_ntp_adjtime }, /* 176 = freebsd_ntp_adjtime */ #else