diff --git a/sys/compat/aout/aout_syscall.h b/sys/compat/aout/aout_syscall.h index e265143dcb78..a59c962a8751 100644 --- a/sys/compat/aout/aout_syscall.h +++ b/sys/compat/aout/aout_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: aout_syscall.h,v 1.12 2000/12/06 21:02:30 jdolecek Exp $ */ +/* $NetBSD: aout_syscall.h,v 1.13 2000/12/09 05:37:01 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/aout/aout_syscallargs.h b/sys/compat/aout/aout_syscallargs.h index c4e2f1942aed..c3dfb0e76802 100644 --- a/sys/compat/aout/aout_syscallargs.h +++ b/sys/compat/aout/aout_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: aout_syscallargs.h,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */ +/* $NetBSD: aout_syscallargs.h,v 1.14 2000/12/09 05:37:01 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp */ #ifndef _AOUT_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/aout/aout_syscalls.c b/sys/compat/aout/aout_syscalls.c index 1312761fc7b5..15171070b6d6 100644 --- a/sys/compat/aout/aout_syscalls.c +++ b/sys/compat/aout/aout_syscalls.c @@ -1,12 +1,13 @@ -/* $NetBSD: aout_syscalls.c,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */ +/* $NetBSD: aout_syscalls.c,v 1.14 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" @@ -16,6 +17,7 @@ #include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" +#endif #include #include #include @@ -24,7 +26,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const aout_syscallnames[] = { +const char *const aout_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/aout/aout_sysent.c b/sys/compat/aout/aout_sysent.c index c582b59fc48b..eabf16b7b588 100644 --- a/sys/compat/aout/aout_sysent.c +++ b/sys/compat/aout/aout_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: aout_sysent.c,v 1.12 2000/12/06 21:02:31 jdolecek Exp $ */ +/* $NetBSD: aout_sysent.c,v 1.13 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_ntp.h" diff --git a/sys/compat/aoutm68k/aoutm68k_syscall.h b/sys/compat/aoutm68k/aoutm68k_syscall.h index 3273730cb8db..2ef14b68523b 100644 --- a/sys/compat/aoutm68k/aoutm68k_syscall.h +++ b/sys/compat/aoutm68k/aoutm68k_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: aoutm68k_syscall.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */ +/* $NetBSD: aoutm68k_syscall.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/aoutm68k/aoutm68k_syscallargs.h b/sys/compat/aoutm68k/aoutm68k_syscallargs.h index 8ffd2dd6951c..5bf6a325f936 100644 --- a/sys/compat/aoutm68k/aoutm68k_syscallargs.h +++ b/sys/compat/aoutm68k/aoutm68k_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: aoutm68k_syscallargs.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */ +/* $NetBSD: aoutm68k_syscallargs.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp */ #ifndef _AOUTM68K_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/aoutm68k/aoutm68k_syscalls.c b/sys/compat/aoutm68k/aoutm68k_syscalls.c index 2b8e33831881..dbb67473fc5b 100644 --- a/sys/compat/aoutm68k/aoutm68k_syscalls.c +++ b/sys/compat/aoutm68k/aoutm68k_syscalls.c @@ -1,12 +1,13 @@ -/* $NetBSD: aoutm68k_syscalls.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */ +/* $NetBSD: aoutm68k_syscalls.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" @@ -16,6 +17,7 @@ #include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" +#endif #include #include #include @@ -24,7 +26,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const aoutm68k_syscallnames[] = { +const char *const aoutm68k_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/aoutm68k/aoutm68k_sysent.c b/sys/compat/aoutm68k/aoutm68k_sysent.c index 92a15e341591..ff1eb4da8071 100644 --- a/sys/compat/aoutm68k/aoutm68k_sysent.c +++ b/sys/compat/aoutm68k/aoutm68k_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: aoutm68k_sysent.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */ +/* $NetBSD: aoutm68k_sysent.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_ntp.h" diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 006e7833a02d..b60beda23c5f 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.37 2000/08/18 19:35:16 cgd Exp $ */ +/* $NetBSD: freebsd_syscall.h,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp + * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 0f45c8663471..af6e1faf56d6 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.39 2000/08/18 19:35:17 cgd Exp $ */ +/* $NetBSD: freebsd_syscallargs.h,v 1.40 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp + * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp */ #ifndef _FREEBSD_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 9bc3e05f2201..d54617791beb 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,12 +1,13 @@ -/* $NetBSD: freebsd_syscalls.c,v 1.37 2000/11/13 21:32:17 jdolecek Exp $ */ +/* $NetBSD: freebsd_syscalls.c,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp + * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" @@ -15,6 +16,7 @@ #include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" +#endif #include #include #include @@ -24,7 +26,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const freebsd_syscallnames[] = { +const char *const freebsd_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index f5ef6b3a4793..e349f494fa75 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: freebsd_sysent.c,v 1.39 2000/11/30 19:05:26 jdolecek Exp $ */ +/* $NetBSD: freebsd_sysent.c,v 1.40 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp + * created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_ntp.h" diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h index f006c11b8acc..0f96acbcb6c1 100644 --- a/sys/compat/hpux/hpux_syscall.h +++ b/sys/compat/hpux/hpux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: hpux_syscall.h,v 1.26 2000/08/18 19:35:17 cgd Exp $ */ +/* $NetBSD: hpux_syscall.h,v 1.27 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp + * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index 5998f7da813c..5743be5a2022 100644 --- a/sys/compat/hpux/hpux_syscallargs.h +++ b/sys/compat/hpux/hpux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: hpux_syscallargs.h,v 1.24 2000/08/18 19:35:17 cgd Exp $ */ +/* $NetBSD: hpux_syscallargs.h,v 1.25 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp + * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp */ #ifndef _HPUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c index c44dd2829c6d..8d882a01d03f 100644 --- a/sys/compat/hpux/hpux_syscalls.c +++ b/sys/compat/hpux/hpux_syscalls.c @@ -1,15 +1,17 @@ -/* $NetBSD: hpux_syscalls.c,v 1.30 2000/11/13 21:32:17 jdolecek Exp $ */ +/* $NetBSD: hpux_syscalls.c,v 1.31 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp + * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" #include "opt_compat_43.h" +#endif #include #include #include @@ -22,7 +24,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const hpux_syscallnames[] = { +const char *const hpux_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index 4073e1a0993a..dfc120ea3426 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: hpux_sysent.c,v 1.32 2000/11/30 19:05:27 jdolecek Exp $ */ +/* $NetBSD: hpux_sysent.c,v 1.33 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp + * created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" #include "opt_compat_43.h" #endif diff --git a/sys/compat/ibcs2/ibcs2_syscall.h b/sys/compat/ibcs2/ibcs2_syscall.h index e819a1357681..e209a1211f05 100644 --- a/sys/compat/ibcs2/ibcs2_syscall.h +++ b/sys/compat/ibcs2/ibcs2_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: ibcs2_syscall.h,v 1.27 2000/08/18 19:35:18 cgd Exp $ */ +/* $NetBSD: ibcs2_syscall.h,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp + * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/ibcs2/ibcs2_syscallargs.h b/sys/compat/ibcs2/ibcs2_syscallargs.h index 788803b03d4b..bc3f943e205e 100644 --- a/sys/compat/ibcs2/ibcs2_syscallargs.h +++ b/sys/compat/ibcs2/ibcs2_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: ibcs2_syscallargs.h,v 1.28 2000/08/18 19:35:18 cgd Exp $ */ +/* $NetBSD: ibcs2_syscallargs.h,v 1.29 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp + * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp */ #ifndef _IBCS2_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/ibcs2/ibcs2_syscalls.c b/sys/compat/ibcs2/ibcs2_syscalls.c index 5193546a99e9..7070d139f38b 100644 --- a/sys/compat/ibcs2/ibcs2_syscalls.c +++ b/sys/compat/ibcs2/ibcs2_syscalls.c @@ -1,14 +1,16 @@ -/* $NetBSD: ibcs2_syscalls.c,v 1.27 2000/11/13 21:32:17 jdolecek Exp $ */ +/* $NetBSD: ibcs2_syscalls.c,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp + * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" +#endif #include #include #include @@ -20,7 +22,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const ibcs2_syscallnames[] = { +const char *const ibcs2_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c index 699c302f449a..223e1266e65c 100644 --- a/sys/compat/ibcs2/ibcs2_sysent.c +++ b/sys/compat/ibcs2/ibcs2_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: ibcs2_sysent.c,v 1.28 2000/11/30 19:05:27 jdolecek Exp $ */ +/* $NetBSD: ibcs2_sysent.c,v 1.29 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp + * created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" #endif #include diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 03db7f23d533..69a3deaa72b0 100644 --- a/sys/compat/linux/arch/alpha/linux_syscall.h +++ b/sys/compat/linux/arch/alpha/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.25 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.26 2000/12/09 05:37:03 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index e0bac731d56f..2d578eff5393 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.25 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.26 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index 7b697bf9f6a7..d673bd14fe6c 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,16 +1,18 @@ -/* $NetBSD: linux_syscalls.c,v 1.26 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.27 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" #include "opt_compat_43.h" #include "opt_compat_osf1.h" +#endif #include #include #include @@ -28,7 +30,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const linux_syscallnames[] = { +const char *const linux_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 2bde3533e462..80a32fdc2206 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: linux_sysent.c,v 1.26 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.27 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" #include "opt_compat_43.h" #include "opt_compat_osf1.h" diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index a485ac2b53b0..82d9ad681297 100644 --- a/sys/compat/linux/arch/i386/linux_syscall.h +++ b/sys/compat/linux/arch/i386/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h index f61e3eeb05ac..ec7e05ae3416 100644 --- a/sys/compat/linux/arch/i386/linux_syscallargs.h +++ b/sys/compat/linux/arch/i386/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c index f7e0469338d2..8bd9eb6c4ae2 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,14 +1,16 @@ -/* $NetBSD: linux_syscalls.c,v 1.24 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.25 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_43.h" +#endif #include #include #include @@ -22,7 +24,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const linux_syscallnames[] = { +const char *const linux_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index 42d0fe8f404b..f4c68700aa41 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: linux_sysent.c,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_43.h" #endif #include diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 960a857561f6..a69193d7120c 100644 --- a/sys/compat/linux/arch/m68k/linux_syscall.h +++ b/sys/compat/linux/arch/m68k/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index 3f1612f2901e..33db0e60a22d 100644 --- a/sys/compat/linux/arch/m68k/linux_syscallargs.h +++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index 1325afd36938..48e10d37a5a5 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,15 +1,17 @@ -/* $NetBSD: linux_syscalls.c,v 1.21 2000/12/02 16:45:52 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.22 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_netbsd.h" #include "opt_compat_43.h" +#endif #include #include #include @@ -23,7 +25,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const linux_syscallnames[] = { +const char *const linux_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index b72a28c2fc94..9f415ad43531 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: linux_sysent.c,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_netbsd.h" #include "opt_compat_43.h" #endif diff --git a/sys/compat/netbsd32/netbsd32_syscall.h b/sys/compat/netbsd32/netbsd32_syscall.h index 270aaaa47249..9ff16d18a9e0 100644 --- a/sys/compat/netbsd32/netbsd32_syscall.h +++ b/sys/compat/netbsd32/netbsd32_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_syscall.h,v 1.17 2000/11/30 19:17:56 jdolecek Exp $ */ +/* $NetBSD: netbsd32_syscall.h,v 1.18 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/netbsd32/netbsd32_syscallargs.h b/sys/compat/netbsd32/netbsd32_syscallargs.h index ac66a3806786..cfb6de4264ff 100644 --- a/sys/compat/netbsd32/netbsd32_syscallargs.h +++ b/sys/compat/netbsd32/netbsd32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_syscallargs.h,v 1.18 2000/11/30 19:17:56 jdolecek Exp $ */ +/* $NetBSD: netbsd32_syscallargs.h,v 1.19 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp */ #ifndef _netbsd32_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/netbsd32/netbsd32_syscalls.c b/sys/compat/netbsd32/netbsd32_syscalls.c index 2e3675b39274..855d65a629dd 100644 --- a/sys/compat/netbsd32/netbsd32_syscalls.c +++ b/sys/compat/netbsd32/netbsd32_syscalls.c @@ -1,12 +1,13 @@ -/* $NetBSD: netbsd32_syscalls.c,v 1.18 2000/11/30 19:17:57 jdolecek Exp $ */ +/* $NetBSD: netbsd32_syscalls.c,v 1.19 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" @@ -16,6 +17,7 @@ #include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" +#endif #include #include #include @@ -25,7 +27,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const netbsd32_syscallnames[] = { +const char *const netbsd32_syscallnames[] = { "syscall", /* 0 = syscall */ "netbsd32_exit", /* 1 = netbsd32_exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/netbsd32/netbsd32_sysent.c b/sys/compat/netbsd32/netbsd32_sysent.c index d86eb324cec8..28397ee1b299 100644 --- a/sys/compat/netbsd32/netbsd32_sysent.c +++ b/sys/compat/netbsd32/netbsd32_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: netbsd32_sysent.c,v 1.17 2000/11/30 19:17:57 jdolecek Exp $ */ +/* $NetBSD: netbsd32_sysent.c,v 1.18 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_compat_netbsd.h" diff --git a/sys/compat/osf1/osf1_syscall.h b/sys/compat/osf1/osf1_syscall.h index d7394a1804c0..ebc056459998 100644 --- a/sys/compat/osf1/osf1_syscall.h +++ b/sys/compat/osf1/osf1_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: osf1_syscall.h,v 1.38 2000/11/17 03:07:25 erh Exp $ */ +/* $NetBSD: osf1_syscall.h,v 1.39 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp + * created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/osf1/osf1_syscallargs.h b/sys/compat/osf1/osf1_syscallargs.h index 9173e2e08235..9bbfabb0a5b3 100644 --- a/sys/compat/osf1/osf1_syscallargs.h +++ b/sys/compat/osf1/osf1_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: osf1_syscallargs.h,v 1.39 2000/11/17 03:07:25 erh Exp $ */ +/* $NetBSD: osf1_syscallargs.h,v 1.40 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp + * created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp */ #ifndef _OSF1_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/osf1/osf1_syscalls.c b/sys/compat/osf1/osf1_syscalls.c index 94468130512b..09191484490c 100644 --- a/sys/compat/osf1/osf1_syscalls.c +++ b/sys/compat/osf1/osf1_syscalls.c @@ -1,14 +1,16 @@ -/* $NetBSD: osf1_syscalls.c,v 1.37 2000/11/17 03:07:25 erh Exp $ */ +/* $NetBSD: osf1_syscalls.c,v 1.38 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp + * created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_43.h" +#endif #include #include #include @@ -19,7 +21,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const osf1_syscallnames[] = { +const char *const osf1_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/osf1/osf1_sysent.c b/sys/compat/osf1/osf1_sysent.c index c10b163d3992..59c78eac2f0b 100644 --- a/sys/compat/osf1/osf1_sysent.c +++ b/sys/compat/osf1/osf1_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: osf1_sysent.c,v 1.39 2000/11/30 19:05:27 jdolecek Exp $ */ +/* $NetBSD: osf1_sysent.c,v 1.40 2000/12/09 05:37:05 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp + * created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_compat_43.h" #endif #include diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index 7391666c97ac..7200ef6b6c33 100644 --- a/sys/compat/sunos/sunos_syscall.h +++ b/sys/compat/sunos/sunos_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: sunos_syscall.h,v 1.61 2000/08/18 19:35:23 cgd Exp $ */ +/* $NetBSD: sunos_syscall.h,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp + * created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 0ff863cd81be..e43851241f67 100644 --- a/sys/compat/sunos/sunos_syscallargs.h +++ b/sys/compat/sunos/sunos_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: sunos_syscallargs.h,v 1.46 2000/08/18 19:35:23 cgd Exp $ */ +/* $NetBSD: sunos_syscallargs.h,v 1.47 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp + * created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp */ #ifndef _SUNOS_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 42eecad72613..67c34b2cbb51 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -1,16 +1,18 @@ -/* $NetBSD: sunos_syscalls.c,v 1.61 2000/11/13 21:32:19 jdolecek Exp $ */ +/* $NetBSD: sunos_syscalls.c,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp + * created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_nfsserver.h" #include "opt_sysv.h" #include "fs_nfs.h" +#endif #include #include #include @@ -21,7 +23,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const sunos_syscallnames[] = { +const char *const sunos_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c index ccdd8f6d0d95..26d2778910fe 100644 --- a/sys/compat/sunos/sunos_sysent.c +++ b/sys/compat/sunos/sunos_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: sunos_sysent.c,v 1.54 2000/11/30 19:05:29 jdolecek Exp $ */ +/* $NetBSD: sunos_sysent.c,v 1.55 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp + * created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_nfsserver.h" #include "opt_sysv.h" #include "fs_nfs.h" diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index e94534c58ec8..e59cf96cf68e 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: svr4_syscall.h,v 1.62 2000/08/18 19:35:24 cgd Exp $ */ +/* $NetBSD: svr4_syscall.h,v 1.63 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 4248a54f20d1..f6a85320293b 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: svr4_syscallargs.h,v 1.61 2000/08/18 19:35:24 cgd Exp $ */ +/* $NetBSD: svr4_syscallargs.h,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp */ #ifndef _SVR4_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 87261bcae307..2e269c33f5d7 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -1,15 +1,17 @@ -/* $NetBSD: svr4_syscalls.c,v 1.62 2000/11/13 21:32:19 jdolecek Exp $ */ +/* $NetBSD: svr4_syscalls.c,v 1.63 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_ntp.h" #include "opt_sysv.h" +#endif #include #include #include @@ -27,7 +29,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const svr4_syscallnames[] = { +const char *const svr4_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 99265df14b15..6db65e56ed18 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: svr4_sysent.c,v 1.64 2000/11/30 19:05:29 jdolecek Exp $ */ +/* $NetBSD: svr4_sysent.c,v 1.65 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_ntp.h" #include "opt_sysv.h" #endif diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index ff6997315f2d..fe3a630640bc 100644 --- a/sys/compat/ultrix/ultrix_syscall.h +++ b/sys/compat/ultrix/ultrix_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: ultrix_syscall.h,v 1.39 2000/08/18 19:35:24 cgd Exp $ */ +/* $NetBSD: ultrix_syscall.h,v 1.40 2000/12/09 05:37:06 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp + * created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h index 3ce469163491..8ecf2133bde7 100644 --- a/sys/compat/ultrix/ultrix_syscallargs.h +++ b/sys/compat/ultrix/ultrix_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: ultrix_syscallargs.h,v 1.34 2000/08/18 19:35:24 cgd Exp $ */ +/* $NetBSD: ultrix_syscallargs.h,v 1.35 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp + * created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp */ #ifndef _ULTRIX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c index 770c1f35d170..4a80d547f593 100644 --- a/sys/compat/ultrix/ultrix_syscalls.c +++ b/sys/compat/ultrix/ultrix_syscalls.c @@ -1,15 +1,17 @@ -/* $NetBSD: ultrix_syscalls.c,v 1.38 2000/11/13 21:32:19 jdolecek Exp $ */ +/* $NetBSD: ultrix_syscalls.c,v 1.39 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp + * created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp */ +#if defined(_KERNEL) && !defined(_LKM) #if defined(_KERNEL) && !defined(_LKM) #include "opt_nfsserver.h" #include "fs_nfs.h" +#endif #include #include #include @@ -18,7 +20,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const ultrix_syscallnames[] = { +const char *const ultrix_syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c index 83605ee8511b..4d2c8e513b3b 100644 --- a/sys/compat/ultrix/ultrix_sysent.c +++ b/sys/compat/ultrix/ultrix_sysent.c @@ -1,13 +1,13 @@ -/* $NetBSD: ultrix_sysent.c,v 1.39 2000/11/30 19:05:30 jdolecek Exp $ */ +/* $NetBSD: ultrix_sysent.c,v 1.40 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp + * created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp */ -#if defined ( _KERNEL ) && !defined ( _LKM ) +#if defined(_KERNEL) && !defined(_LKM) #include "opt_nfsserver.h" #include "fs_nfs.h" #endif diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index fa7d708406b8..1444642f3246 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: init_sysent.c,v 1.117 2000/08/18 19:35:25 cgd Exp $ */ +/* $NetBSD: init_sysent.c,v 1.118 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp */ #include "opt_ktrace.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 314fd8b39046..c6c96b7e1412 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: syscalls.c,v 1.112 2000/11/13 21:32:16 jdolecek Exp $ */ +/* $NetBSD: syscalls.c,v 1.113 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -23,7 +23,7 @@ #include #endif /* _KERNEL && ! _LKM */ -const char * const syscallnames[] = { +const char *const syscallnames[] = { "syscall", /* 0 = syscall */ "exit", /* 1 = exit */ "fork", /* 2 = fork */ diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index b7e658419a23..dbe244dc07b0 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.110 2000/08/18 19:35:26 cgd Exp $ */ +/* $NetBSD: syscall.h,v 1.111 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index aab5bae3846a..8633e9f0162b 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.92 2000/08/18 19:35:26 cgd Exp $ */ +/* $NetBSD: syscallargs.h,v 1.93 2000/12/09 05:37:07 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp + * created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp */ #ifndef _SYS__SYSCALLARGS_H_