From 466d6e1aa920fb7a559f7ec79f199e312c380ab7 Mon Sep 17 00:00:00 2001 From: alnsn Date: Mon, 30 May 2011 21:37:37 +0000 Subject: [PATCH] Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura. --- sys/compat/linux/arch/alpha/linux_syscall.h | 4 ++-- sys/compat/linux/arch/alpha/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/alpha/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/alpha/linux_sysent.c | 6 +++--- 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/linux/arch/arm/linux_syscall.h | 4 ++-- sys/compat/linux/arch/arm/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/arm/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/arm/linux_sysent.c | 6 +++--- sys/compat/linux/arch/i386/linux_syscall.h | 4 ++-- sys/compat/linux/arch/i386/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/i386/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/i386/linux_sysent.c | 6 +++--- sys/compat/linux/arch/m68k/linux_syscall.h | 4 ++-- sys/compat/linux/arch/m68k/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/m68k/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/m68k/linux_sysent.c | 6 +++--- sys/compat/linux/arch/mips/linux_syscall.h | 4 ++-- sys/compat/linux/arch/mips/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/mips/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/mips/linux_sysent.c | 6 +++--- sys/compat/linux/arch/powerpc/linux_syscall.h | 4 ++-- sys/compat/linux/arch/powerpc/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/powerpc/linux_syscalls.c | 6 +++--- sys/compat/linux/arch/powerpc/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 +++--- 32 files changed, 80 insertions(+), 80 deletions(-) diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 7bbb0ab39b5d..356d7a2204c0 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.80 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.81 2011/05/30 21:37:37 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.73 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.74 2011/05/30 17:50:31 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index 28dae97004ce..b5ded84eed5a 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.79 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.80 2011/05/30 21:37:37 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.73 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.74 2011/05/30 17:50:31 alnsn 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 e8e1b199d7c5..f4d1479a6793 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.81 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.82 2011/05/30 21:37:37 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.73 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.74 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.81 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.82 2011/05/30 21:37:37 alnsn Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 1c5278facf84..716e8637216a 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.80 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.81 2011/05/30 21:37:37 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.73 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.74 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.80 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.81 2011/05/30 21:37:37 alnsn Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" diff --git a/sys/compat/linux/arch/amd64/linux_syscall.h b/sys/compat/linux/arch/amd64/linux_syscall.h index b462bb4f1d1c..cafbbc3c12e6 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.40 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.41 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.37 2011/05/30 17:50:31 alnsn 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 e4ce4216a37f..71a1f52039de 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.40 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.41 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.37 2011/05/30 17:50:31 alnsn 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 bee9cfa94de6..603fd772d74b 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.40 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.41 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.37 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.40 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.41 2011/05/30 21:37:38 alnsn 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 d2c3f878578e..db8fa2b2e90a 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.40 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.41 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.37 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.40 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.41 2011/05/30 21:37:38 alnsn Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" diff --git a/sys/compat/linux/arch/arm/linux_syscall.h b/sys/compat/linux/arch/arm/linux_syscall.h index a4e24b09a7d3..29167e751ab5 100644 --- a/sys/compat/linux/arch/arm/linux_syscall.h +++ b/sys/compat/linux/arch/arm/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.49 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.50 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.46 2011/05/30 17:50:31 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/arm/linux_syscallargs.h b/sys/compat/linux/arch/arm/linux_syscallargs.h index 943948bdf331..00df990079f4 100644 --- a/sys/compat/linux/arch/arm/linux_syscallargs.h +++ b/sys/compat/linux/arch/arm/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.49 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.50 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.46 2011/05/30 17:50:31 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/arm/linux_syscalls.c b/sys/compat/linux/arch/arm/linux_syscalls.c index 00d4b3829f2d..574fa3836a3a 100644 --- a/sys/compat/linux/arch/arm/linux_syscalls.c +++ b/sys/compat/linux/arch/arm/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.49 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.50 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.46 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.50 2011/05/30 21:37:38 alnsn Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c index 776321fe4e28..de4437ba5de1 100644 --- a/sys/compat/linux/arch/arm/linux_sysent.c +++ b/sys/compat/linux/arch/arm/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.49 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.50 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.45 2011/04/15 13:04:52 he Exp + * created from NetBSD: syscalls.master,v 1.46 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.49 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.50 2011/05/30 21:37:38 alnsn Exp $"); #include #include diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index e73d13369396..56e554920f54 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.90 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.91 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.105 2011/05/30 17:50:31 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h index b751e9228e99..aa0e3905a3ea 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.90 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.91 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.105 2011/05/30 17:50:31 alnsn 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 c3c13f6ff381..cc4fc70f2f44 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.91 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.92 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.105 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.91 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.92 2011/05/30 21:37:38 alnsn Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index 875e05f9f783..8715ea9c2218 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.90 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.91 2011/05/30 21:37:38 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp + * created from NetBSD: syscalls.master,v 1.105 2011/05/30 17:50:31 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.90 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.91 2011/05/30 21:37:38 alnsn Exp $"); #include #include diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 1c898fb3d6d0..36de7b1f435b 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.77 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.78 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.70 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.71 2011/05/30 17:50:32 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index c884dfd8b083..0de0a1aa3861 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.76 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.77 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.70 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.71 2011/05/30 17:50:32 alnsn 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 f15a4da5a0ca..b5b9cb695351 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.77 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.78 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.70 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.71 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.77 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.78 2011/05/30 21:37:39 alnsn Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index 5955b3210ac6..ade30a78298a 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.77 2011/05/30 17:50:31 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.78 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.70 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.71 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.77 2011/05/30 17:50:31 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.78 2011/05/30 21:37:39 alnsn Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" diff --git a/sys/compat/linux/arch/mips/linux_syscall.h b/sys/compat/linux/arch/mips/linux_syscall.h index 370f24945a16..458aa0ea3da0 100644 --- a/sys/compat/linux/arch/mips/linux_syscall.h +++ b/sys/compat/linux/arch/mips/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.46 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.47 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.40 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.41 2011/05/30 17:50:32 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/mips/linux_syscallargs.h b/sys/compat/linux/arch/mips/linux_syscallargs.h index d999e140d88c..dbfabea648a6 100644 --- a/sys/compat/linux/arch/mips/linux_syscallargs.h +++ b/sys/compat/linux/arch/mips/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.45 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.46 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.40 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.41 2011/05/30 17:50:32 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c index 044b70549121..99059f17d9dc 100644 --- a/sys/compat/linux/arch/mips/linux_syscalls.c +++ b/sys/compat/linux/arch/mips/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.45 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.46 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.40 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.41 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2011/05/30 21:37:39 alnsn Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c index ccb9744f49b9..40a17c8dd42d 100644 --- a/sys/compat/linux/arch/mips/linux_sysent.c +++ b/sys/compat/linux/arch/mips/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.45 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.46 2011/05/30 21:37:39 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.40 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.41 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2011/05/30 21:37:39 alnsn Exp $"); #include #include diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index e0a83a050f52..f00f4bf58ce6 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscall.h +++ b/sys/compat/linux/arch/powerpc/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.53 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.54 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.47 2011/05/30 17:50:32 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/powerpc/linux_syscallargs.h b/sys/compat/linux/arch/powerpc/linux_syscallargs.h index 7af0218ead2e..7fb98209c15f 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h +++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.52 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.53 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.47 2011/05/30 17:50:32 alnsn Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index 72cf360520ef..88a138f63954 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.52 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.53 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.47 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.52 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.53 2011/05/30 21:37:40 alnsn Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index 339d52b418fe..fc061b4a1c9d 100644 --- a/sys/compat/linux/arch/powerpc/linux_sysent.c +++ b/sys/compat/linux/arch/powerpc/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.53 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.54 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.46 2011/04/15 13:04:53 he Exp + * created from NetBSD: syscalls.master,v 1.47 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.53 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.54 2011/05/30 21:37:40 alnsn Exp $"); #include #include diff --git a/sys/compat/linux32/arch/amd64/linux32_syscall.h b/sys/compat/linux32/arch/amd64/linux32_syscall.h index 22377001915a..f4b12a1e0c76 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.62 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux32_syscall.h,v 1.63 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.58 2011/04/10 15:47:21 christos Exp + * created from NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn 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 6b52b9666afb..94da6de1f672 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.62 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux32_syscallargs.h,v 1.63 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.58 2011/04/10 15:47:21 christos Exp + * created from NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn 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 6ee9f074aa3a..43b7cfb1cc43 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.62 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux32_syscalls.c,v 1.63 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.58 2011/04/10 15:47:21 christos Exp + * created from NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.62 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.63 2011/05/30 21:37:40 alnsn Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux32/arch/amd64/linux32_sysent.c b/sys/compat/linux32/arch/amd64/linux32_sysent.c index 407d9a5015cd..c09bb3a688db 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.62 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux32_sysent.c,v 1.63 2011/05/30 21:37:40 alnsn Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.58 2011/04/10 15:47:21 christos Exp + * created from NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.62 2011/05/30 17:50:32 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.63 2011/05/30 21:37:40 alnsn Exp $"); #include #include