diff options
| author | alnsn <alnsn@NetBSD.org> | 2011-05-30 21:37:37 +0000 |
|---|---|---|
| committer | alnsn <alnsn@NetBSD.org> | 2011-05-30 21:37:37 +0000 |
| commit | 1aa1f6e5f48d3470ebbbb4eca69ba65df7072ba2 (patch) | |
| tree | 40c44847e6a9c7124afde40dd35556a42750bde6 /sys/compat/linux | |
| parent | bb67995f89edad2aeed6509fba47e625d58ce54e (diff) | |
Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura.
Diffstat (limited to 'sys/compat/linux')
28 files changed, 70 insertions, 70 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 7bbb0ab39b5..356d7a2204c 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 28dae97004c..b5ded84eed5 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 e8e1b199d7c..f4d1479a679 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 <sys/cdefs.h> -__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 1c5278facf8..716e8637216 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 <sys/cdefs.h> -__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 b462bb4f1d1..cafbbc3c12e 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 e4ce4216a37..71a1f52039d 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 bee9cfa94de..603fd772d74 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 <sys/cdefs.h> -__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 d2c3f878578..db8fa2b2e90 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 <sys/cdefs.h> -__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 a4e24b09a7d..29167e751ab 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 943948bdf33..00df990079f 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 00d4b3829f2..574fa3836a3 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 <sys/cdefs.h> -__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 <sys/param.h> diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c index 776321fe4e2..de4437ba5de 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/poll.h> diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index e73d1336939..56e554920f5 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 b751e9228e9..aa0e3905a3e 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 c3c13f6ff38..cc4fc70f2f4 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 <sys/cdefs.h> -__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 <sys/param.h> diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index 875e05f9f78..8715ea9c221 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/poll.h> diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 1c898fb3d6d..36de7b1f435 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 c884dfd8b08..0de0a1aa386 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 f15a4da5a0c..b5b9cb69535 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 <sys/cdefs.h> -__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 5955b3210ac..ade30a78298 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 <sys/cdefs.h> -__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 370f24945a1..458aa0ea3da 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 d999e140d88..dbfabea648a 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 044b7054912..99059f17d9d 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 <sys/cdefs.h> -__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 <sys/param.h> diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c index ccb9744f49b..40a17c8dd42 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/poll.h> diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index e0a83a050f5..f00f4bf58ce 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 7af0218ead2..7fb98209c15 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 72cf360520e..88a138f6395 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 <sys/cdefs.h> -__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 <sys/param.h> diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index 339d52b418f..fc061b4a1c9 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/poll.h> |
