diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 3faa91379858..79d8be8dea43 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,16 +1,17 @@ -/* $NetBSD: init_sysent.c,v 1.100 1998/11/26 16:13:56 kleink Exp $ */ +/* $NetBSD: init_sysent.c,v 1.101 1998/12/10 16:44:16 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp + * created from NetBSD: syscalls.master,v 1.87 1998/12/10 15:09:18 christos Exp */ #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "opt_compat_netbsd.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 8445b85a27dc..700258da4f7f 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: syscalls.c,v 1.94 1998/11/26 16:13:56 kleink Exp $ */ +/* $NetBSD: syscalls.c,v 1.95 1998/12/10 16:44:16 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp + * created from NetBSD: syscalls.master,v 1.87 1998/12/10 15:09:18 christos Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -12,6 +12,7 @@ #include "opt_nfsserver.h" #include "opt_compat_netbsd.h" #include "opt_sysv.h" +#include "opt_compat_43.h" #include "fs_lfs.h" #include "fs_nfs.h" #include diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index fb8412918abc..112e393255a4 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.93 1998/11/26 16:13:56 kleink Exp $ */ +/* $NetBSD: syscall.h,v 1.94 1998/12/10 16:44:41 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp + * created from NetBSD: syscalls.master,v 1.87 1998/12/10 15:09:18 christos Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index f2fdaa8142a6..a037461af0fb 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.73 1998/11/26 16:13:56 kleink Exp $ */ +/* $NetBSD: syscallargs.h,v 1.74 1998/12/10 16:44:41 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp + * created from NetBSD: syscalls.master,v 1.87 1998/12/10 15:09:18 christos Exp */ #ifdef syscallarg