diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index b0709dfb3481..4285c405edb7 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.45 2003/01/18 08:06:20 thorpej Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.46 2003/01/18 23:36:09 thorpej Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej 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 5eb856acd40c..b12fa7d44e00 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.45 2003/01/18 08:06:20 thorpej Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.46 2003/01/18 23:36:10 thorpej Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej 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 3c9f3943c710..65dc65824661 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.47 2003/01/18 23:36:10 thorpej Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2003/01/18 08:06:20 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.47 2003/01/18 23:36:10 thorpej Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index 942be755bf17..d66c60b8a75f 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.46 2003/01/18 23:36:10 thorpej Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD + * created from NetBSD: syscalls.master,v 1.64 2003/01/18 08:02:48 thorpej Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2003/01/18 08:06:20 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2003/01/18 23:36:10 thorpej Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_43.h"