From ce7e36a5a9020849f7cd1dc828b3269ad0c7dac8 Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 25 Jun 2006 16:16:52 +0000 Subject: [PATCH] Regen --- sys/compat/linux/arch/amd64/linux_syscall.h | 4 ++-- sys/compat/linux/arch/amd64/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/amd64/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/amd64/linux_sysent.c | 6 +++--- sys/compat/linux32/arch/amd64/linux32_syscall.h | 4 ++-- sys/compat/linux32/arch/amd64/linux32_syscallargs.h | 4 ++-- sys/compat/linux32/arch/amd64/linux32_syscalls.c | 6 +++--- sys/compat/linux32/arch/amd64/linux32_sysent.c | 6 +++--- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/sys/compat/linux/arch/amd64/linux_syscall.h b/sys/compat/linux/arch/amd64/linux_syscall.h index d39ecc1f2c72..815e92245f83 100644 --- a/sys/compat/linux/arch/amd64/linux_syscall.h +++ b/sys/compat/linux/arch/amd64/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.12 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.13 2006/06/25 16:16:52 manu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/amd64/linux_syscallargs.h b/sys/compat/linux/arch/amd64/linux_syscallargs.h index aa5bdc1a8407..348b779c2365 100644 --- a/sys/compat/linux/arch/amd64/linux_syscallargs.h +++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.12 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.13 2006/06/25 16:16:52 manu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/amd64/linux_syscalls.c b/sys/compat/linux/arch/amd64/linux_syscalls.c index 453497c8cec1..ea37f2c7d2d0 100644 --- a/sys/compat/linux/arch/amd64/linux_syscalls.c +++ b/sys/compat/linux/arch/amd64/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.12 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.13 2006/06/25 16:16:52 manu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2006/06/25 16:15:39 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.13 2006/06/25 16:16:52 manu Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/amd64/linux_sysent.c b/sys/compat/linux/arch/amd64/linux_sysent.c index 6e3a371b8de0..212ff19664e9 100644 --- a/sys/compat/linux/arch/amd64/linux_sysent.c +++ b/sys/compat/linux/arch/amd64/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.12 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.13 2006/06/25 16:16:52 manu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.11 2006/06/10 21:15:33 christos Exp + * created from NetBSD: syscalls.master,v 1.12 2006/06/25 16:15:39 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2006/06/25 16:15:39 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2006/06/25 16:16:52 manu Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" diff --git a/sys/compat/linux32/arch/amd64/linux32_syscall.h b/sys/compat/linux32/arch/amd64/linux32_syscall.h index b1741dcdfb2c..f585b8d5316f 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscall.h +++ b/sys/compat/linux32/arch/amd64/linux32_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux32_syscall.h,v 1.4 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux32_syscall.h,v 1.5 2006/06/25 16:16:52 manu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp + * created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp */ #ifndef _LINUX32_SYS_SYSCALL_H_ diff --git a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h index 952cc3a5d5b2..0984ccbb0093 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h +++ b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux32_syscallargs.h,v 1.4 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux32_syscallargs.h,v 1.5 2006/06/25 16:16:52 manu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp + * created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp */ #ifndef _LINUX32_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux32/arch/amd64/linux32_syscalls.c b/sys/compat/linux32/arch/amd64/linux32_syscalls.c index d116fc020e2c..86b7a17b14ac 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c +++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux32_syscalls.c,v 1.4 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux32_syscalls.c,v 1.5 2006/06/25 16:16:52 manu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp + * created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.4 2006/06/25 16:15:39 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.5 2006/06/25 16:16:52 manu Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux32/arch/amd64/linux32_sysent.c b/sys/compat/linux32/arch/amd64/linux32_sysent.c index 7b12dada7a4b..3f8488c64a6f 100644 --- a/sys/compat/linux32/arch/amd64/linux32_sysent.c +++ b/sys/compat/linux32/arch/amd64/linux32_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux32_sysent.c,v 1.4 2006/06/25 16:15:39 manu Exp $ */ +/* $NetBSD: linux32_sysent.c,v 1.5 2006/06/25 16:16:52 manu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2006/02/15 15:23:18 manu Exp + * created from NetBSD: syscalls.master,v 1.3 2006/06/25 16:15:39 manu Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.4 2006/06/25 16:15:39 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.5 2006/06/25 16:16:52 manu Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_43.h"