diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index a6ed67372ec2..276891c7cadb 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.26 1998/10/19 22:28:16 tron Exp $ */ +/* $NetBSD: freebsd_syscall.h,v 1.27 1998/12/10 17:13:06 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp + * created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index e6196ef6488e..62d81b21bce6 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.26 1998/10/19 22:28:16 tron Exp $ */ +/* $NetBSD: freebsd_syscallargs.h,v 1.27 1998/12/10 17:13:06 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp + * created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index fd4996a459c1..c385cce5e891 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,16 +1,17 @@ -/* $NetBSD: freebsd_syscalls.c,v 1.25 1998/10/19 22:28:16 tron Exp $ */ +/* $NetBSD: freebsd_syscalls.c,v 1.26 1998/12/10 17:13:06 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp + * created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index a9dfcd907039..828a32b5d5f9 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,15 +1,16 @@ -/* $NetBSD: freebsd_sysent.c,v 1.27 1998/10/19 22:28:16 tron Exp $ */ +/* $NetBSD: freebsd_sysent.c,v 1.28 1998/12/10 17:13:06 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp + * created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp */ #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/hpux/hpux_compat.c b/sys/compat/hpux/hpux_compat.c index d9ffaf041c6e..c0d81cc4d5f5 100644 --- a/sys/compat/hpux/hpux_compat.c +++ b/sys/compat/hpux/hpux_compat.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpux_compat.c,v 1.43 1998/10/19 22:31:50 tron Exp $ */ +/* $NetBSD: hpux_compat.c,v 1.44 1998/12/10 17:13:07 christos Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -45,12 +45,13 @@ /* * Various HP-UX compatibility routines */ +#include "opt_sysv.h" +#include "opt_compat_43.h" #ifndef COMPAT_43 #define COMPAT_43 #endif -#include "opt_sysv.h" #include #include diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h index d3b5f07329fa..0f0a328e37c5 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.22 1998/10/19 22:32:51 tron Exp $ */ +/* $NetBSD: hpux_syscall.h,v 1.23 1998/12/10 17:13:07 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp + * created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index fc3da38b8729..d718e517322c 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.19 1998/10/19 22:32:51 tron Exp $ */ +/* $NetBSD: hpux_syscallargs.h,v 1.20 1998/12/10 17:13:07 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp + * created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c index a0fe64f5222e..4c87df1e0522 100644 --- a/sys/compat/hpux/hpux_syscalls.c +++ b/sys/compat/hpux/hpux_syscalls.c @@ -1,14 +1,15 @@ -/* $NetBSD: hpux_syscalls.c,v 1.25 1998/10/19 22:32:52 tron Exp $ */ +/* $NetBSD: hpux_syscalls.c,v 1.26 1998/12/10 17:13:07 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp + * created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c index 6586810594e8..b004e1ed2950 100644 --- a/sys/compat/hpux/hpux_sysent.c +++ b/sys/compat/hpux/hpux_sysent.c @@ -1,13 +1,14 @@ -/* $NetBSD: hpux_sysent.c,v 1.27 1998/10/19 22:32:52 tron Exp $ */ +/* $NetBSD: hpux_sysent.c,v 1.28 1998/12/10 17:13:07 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp + * created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp */ #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/hpux/hpux_tty.c b/sys/compat/hpux/hpux_tty.c index 10d30645d374..dbf2a5eae35b 100644 --- a/sys/compat/hpux/hpux_tty.c +++ b/sys/compat/hpux/hpux_tty.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpux_tty.c,v 1.15 1998/08/09 20:37:53 perry Exp $ */ +/* $NetBSD: hpux_tty.c,v 1.16 1998/12/10 17:13:08 christos Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -45,6 +45,7 @@ /* * stty/gtty/termio emulation stuff */ +#include "opt_compat_43.h" #ifndef COMPAT_43 #define COMPAT_43 diff --git a/sys/compat/ibcs2/ibcs2_syscall.h b/sys/compat/ibcs2/ibcs2_syscall.h index 11ac7d964dcf..a50bf113936c 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.21 1998/10/19 22:36:29 tron Exp $ */ +/* $NetBSD: ibcs2_syscall.h,v 1.22 1998/12/10 17:13:08 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp + * created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/ibcs2/ibcs2_syscallargs.h b/sys/compat/ibcs2/ibcs2_syscallargs.h index 2e5da0b18296..a5ed8f43a36e 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.21 1998/10/19 22:36:29 tron Exp $ */ +/* $NetBSD: ibcs2_syscallargs.h,v 1.22 1998/12/10 17:13:08 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp + * created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/ibcs2/ibcs2_syscalls.c b/sys/compat/ibcs2/ibcs2_syscalls.c index 79dcf9347641..cc2390895422 100644 --- a/sys/compat/ibcs2/ibcs2_syscalls.c +++ b/sys/compat/ibcs2/ibcs2_syscalls.c @@ -1,14 +1,15 @@ -/* $NetBSD: ibcs2_syscalls.c,v 1.20 1998/10/19 22:36:29 tron Exp $ */ +/* $NetBSD: ibcs2_syscalls.c,v 1.21 1998/12/10 17:13:08 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp + * created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c index 13d9824af631..df82d441f1d1 100644 --- a/sys/compat/ibcs2/ibcs2_sysent.c +++ b/sys/compat/ibcs2/ibcs2_sysent.c @@ -1,13 +1,14 @@ -/* $NetBSD: ibcs2_sysent.c,v 1.21 1998/10/19 22:36:30 tron Exp $ */ +/* $NetBSD: ibcs2_sysent.c,v 1.22 1998/12/10 17:13:08 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp + * created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp */ #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 990dd77877f4..0d02ffc3aab6 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.5 1998/10/19 22:25:55 tron Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.6 1998/12/10 17:13:08 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp + * created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos 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 730c82bc519d..9367ef0a2b24 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.5 1998/10/19 22:25:55 tron Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.6 1998/12/10 17:13:08 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp + * created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index 44ac83b28dce..2ee7c0336228 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,14 +1,15 @@ -/* $NetBSD: linux_syscalls.c,v 1.5 1998/10/19 22:25:55 tron Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.6 1998/12/10 17:13:09 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp + * created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include @@ -21,6 +22,7 @@ #include #include #include +#include #include #endif /* _KERNEL && ! _LKM */ diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 6c00c5ffd3b3..47ad26013de9 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,13 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.6 1998/12/08 21:02:18 erh Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.7 1998/12/10 17:13:09 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp + * created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp */ #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index 12566f4a8c53..5fe87a81bfd4 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.3 1998/10/04 00:02:27 fvdl Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.4 1998/12/10 17:13:09 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos 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 29ff7416dfdc..4560bdeac0d1 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.3 1998/10/04 00:02:28 fvdl Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.4 1998/12/10 17:13:09 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c index ee72b79bc890..7d9e2ad3c8af 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,13 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.3 1998/10/04 00:02:28 fvdl Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.4 1998/12/10 17:13:09 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index c4d8639291c8..6265fdf6f3aa 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,12 +1,13 @@ -/* $NetBSD: linux_sysent.c,v 1.3 1998/10/04 00:02:29 fvdl Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.4 1998/12/10 17:13:09 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp */ +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/netbsd32/netbsd32_syscall.h b/sys/compat/netbsd32/netbsd32_syscall.h index 2e0b51a5c046..3c5cecd3924f 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.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: netbsd32_syscall.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/netbsd32/netbsd32_syscallargs.h b/sys/compat/netbsd32/netbsd32_syscallargs.h index 80b22329cfe2..dcbe1e286fe5 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.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: netbsd32_syscallargs.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/netbsd32/netbsd32_syscalls.c b/sys/compat/netbsd32/netbsd32_syscalls.c index 82a12a8d7cfb..4e1ba67eb03f 100644 --- a/sys/compat/netbsd32/netbsd32_syscalls.c +++ b/sys/compat/netbsd32/netbsd32_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_syscalls.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: netbsd32_syscalls.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -13,6 +13,7 @@ #include "opt_compat_netbsd.h" #include "opt_ntp.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/netbsd32/netbsd32_sysent.c b/sys/compat/netbsd32/netbsd32_sysent.c index 7c6bb0c12bb3..f22b3f56c154 100644 --- a/sys/compat/netbsd32/netbsd32_sysent.c +++ b/sys/compat/netbsd32/netbsd32_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: netbsd32_sysent.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: netbsd32_sysent.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #include "opt_ktrace.h" @@ -12,6 +12,7 @@ #include "opt_compat_netbsd.h" #include "opt_ntp.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/osf1/osf1_ioctl.c b/sys/compat/osf1/osf1_ioctl.c index 23b72a07691b..4371a3196bf7 100644 --- a/sys/compat/osf1/osf1_ioctl.c +++ b/sys/compat/osf1/osf1_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: osf1_ioctl.c,v 1.5 1996/10/13 00:46:53 christos Exp $ */ +/* $NetBSD: osf1_ioctl.c,v 1.6 1998/12/10 17:13:10 christos Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -27,6 +27,8 @@ * rights to redistribute these changes. */ +#include "opt_compat_43.h" + #include #include #include diff --git a/sys/compat/osf1/osf1_syscall.h b/sys/compat/osf1/osf1_syscall.h index 310559db21c7..7e5df681406f 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.17 1998/07/01 00:41:55 thorpej Exp $ */ +/* $NetBSD: osf1_syscall.h,v 1.18 1998/12/10 17:13:10 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/osf1/osf1_syscallargs.h b/sys/compat/osf1/osf1_syscallargs.h index 0d2288fd2dd5..a45c1b7818ca 100644 --- a/sys/compat/osf1/osf1_syscallargs.h +++ b/sys/compat/osf1/osf1_syscallargs.h @@ -1,12 +1,16 @@ -/* $NetBSD: osf1_syscallargs.h,v 1.17 1998/10/03 19:38:58 eeh Exp $ */ +/* $NetBSD: osf1_syscallargs.h,v 1.18 1998/12/10 17:13:10 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp */ +#ifdef syscallarg +#undef syscallarg +#endif + #define syscallarg(x) \ union { \ register_t pad; \ diff --git a/sys/compat/osf1/osf1_syscalls.c b/sys/compat/osf1/osf1_syscalls.c index c8de840d9994..ccd4eeab9cf1 100644 --- a/sys/compat/osf1/osf1_syscalls.c +++ b/sys/compat/osf1/osf1_syscalls.c @@ -1,13 +1,14 @@ -/* $NetBSD: osf1_syscalls.c,v 1.15 1998/07/01 00:41:55 thorpej Exp $ */ +/* $NetBSD: osf1_syscalls.c,v 1.16 1998/12/10 17:13:11 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/osf1/osf1_sysent.c b/sys/compat/osf1/osf1_sysent.c index 50331039d5b0..2e335a64e962 100644 --- a/sys/compat/osf1/osf1_sysent.c +++ b/sys/compat/osf1/osf1_sysent.c @@ -1,12 +1,13 @@ -/* $NetBSD: osf1_sysent.c,v 1.17 1998/07/01 00:41:55 thorpej Exp $ */ +/* $NetBSD: osf1_sysent.c,v 1.18 1998/12/10 17:13:11 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp + * created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp */ +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/sparc32/sparc32_syscall.h b/sys/compat/sparc32/sparc32_syscall.h index f3cf31e35e00..977b573e35b6 100644 --- a/sys/compat/sparc32/sparc32_syscall.h +++ b/sys/compat/sparc32/sparc32_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: sparc32_syscall.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: sparc32_syscall.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/compat/sparc32/sparc32_syscallargs.h b/sys/compat/sparc32/sparc32_syscallargs.h index 1c423e83396d..a15b84a17940 100644 --- a/sys/compat/sparc32/sparc32_syscallargs.h +++ b/sys/compat/sparc32/sparc32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: sparc32_syscallargs.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: sparc32_syscallargs.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/sparc32/sparc32_syscalls.c b/sys/compat/sparc32/sparc32_syscalls.c index 71f9baf31510..9a15bcb86a98 100644 --- a/sys/compat/sparc32/sparc32_syscalls.c +++ b/sys/compat/sparc32/sparc32_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: sparc32_syscalls.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: sparc32_syscalls.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -13,6 +13,7 @@ #include "opt_compat_netbsd.h" #include "opt_ntp.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/sparc32/sparc32_sysent.c b/sys/compat/sparc32/sparc32_sysent.c index e33d639def73..8f32187ff294 100644 --- a/sys/compat/sparc32/sparc32_sysent.c +++ b/sys/compat/sparc32/sparc32_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: sparc32_sysent.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */ +/* $NetBSD: sparc32_sysent.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp + * created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp */ #include "opt_ktrace.h" @@ -12,6 +12,7 @@ #include "opt_compat_netbsd.h" #include "opt_ntp.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index 0c3af755f68a..dedb9fb822a7 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.54 1998/10/19 22:41:06 tron Exp $ */ +/* $NetBSD: sunos_syscall.h,v 1.55 1998/12/10 17:13:12 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp + * created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 36b5f5da8bfa..3deda445e4ff 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.38 1998/10/19 22:41:07 tron Exp $ */ +/* $NetBSD: sunos_syscallargs.h,v 1.39 1998/12/10 17:13:12 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp + * created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 0393baa61549..9352fc0c08b0 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -1,15 +1,16 @@ -/* $NetBSD: sunos_syscalls.c,v 1.53 1998/10/19 22:41:07 tron Exp $ */ +/* $NetBSD: sunos_syscalls.c,v 1.54 1998/12/10 17:13:12 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp + * created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_nfsserver.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_nfs.h" #include #include diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c index ff35b2e20fd3..9c38090cc161 100644 --- a/sys/compat/sunos/sunos_sysent.c +++ b/sys/compat/sunos/sunos_sysent.c @@ -1,14 +1,15 @@ -/* $NetBSD: sunos_sysent.c,v 1.46 1998/10/19 22:41:07 tron Exp $ */ +/* $NetBSD: sunos_sysent.c,v 1.47 1998/12/10 17:13:12 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp + * created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp */ #include "opt_nfsserver.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_nfs.h" #include #include diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index b897a7c095a7..5d9d6a7fab5a 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.54 1998/11/28 21:53:33 christos Exp $ */ +/* $NetBSD: svr4_syscall.h,v 1.55 1998/12/10 17:13:12 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp + * created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index c4a8b8f1d971..2427b5db7b90 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.52 1998/11/28 21:53:33 christos Exp $ */ +/* $NetBSD: svr4_syscallargs.h,v 1.53 1998/12/10 17:13:13 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp + * created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 9ab08f5f7255..2310dc2d8c2e 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -1,14 +1,15 @@ -/* $NetBSD: svr4_syscalls.c,v 1.53 1998/11/28 21:53:33 christos Exp $ */ +/* $NetBSD: svr4_syscalls.c,v 1.54 1998/12/10 17:13:13 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp + * created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 5f29b78a87eb..08cdd9422319 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -1,13 +1,14 @@ -/* $NetBSD: svr4_sysent.c,v 1.55 1998/11/28 21:53:33 christos Exp $ */ +/* $NetBSD: svr4_sysent.c,v 1.56 1998/12/10 17:13:13 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp + * created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp */ #include "opt_sysv.h" +#include "opt_compat_43.h" #include #include #include diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index f87a0e5cbae9..b2fc9f526c7e 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.33 1998/10/03 16:15:39 drochner Exp $ */ +/* $NetBSD: ultrix_syscall.h,v 1.34 1998/12/10 17:13:15 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h index d8ff513b9a78..fac84835e35c 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.27 1998/10/03 19:45:37 eeh Exp $ */ +/* $NetBSD: ultrix_syscallargs.h,v 1.28 1998/12/10 17:13:15 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp */ #ifdef syscallarg diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c index 8c8aa71d0966..fa41c5687354 100644 --- a/sys/compat/ultrix/ultrix_syscalls.c +++ b/sys/compat/ultrix/ultrix_syscalls.c @@ -1,13 +1,14 @@ -/* $NetBSD: ultrix_syscalls.c,v 1.31 1998/10/03 16:15:39 drochner Exp $ */ +/* $NetBSD: ultrix_syscalls.c,v 1.32 1998/12/10 17:13:16 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) +#include "opt_compat_43.h" #include "opt_nfsserver.h" #include "fs_nfs.h" #include diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c index 4de6b95df823..ac19cfe295f9 100644 --- a/sys/compat/ultrix/ultrix_sysent.c +++ b/sys/compat/ultrix/ultrix_sysent.c @@ -1,12 +1,13 @@ -/* $NetBSD: ultrix_sysent.c,v 1.32 1998/10/03 16:15:39 drochner Exp $ */ +/* $NetBSD: ultrix_sysent.c,v 1.33 1998/12/10 17:13:16 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp + * created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp */ +#include "opt_compat_43.h" #include "opt_nfsserver.h" #include "fs_nfs.h" #include