Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux32/arch/amd64 regen



details:   https://anonhg.NetBSD.org/src/rev/963a9acd199d
branches:  trunk
changeset: 771283:963a9acd199d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 18 04:20:16 2011 +0000

description:
regen

diffstat:

 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 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r 017d8b09d786 -r 963a9acd199d sys/compat/linux32/arch/amd64/linux32_syscall.h
--- a/sys/compat/linux32/arch/amd64/linux32_syscall.h   Fri Nov 18 04:17:23 2011 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscall.h   Fri Nov 18 04:20:16 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux32_syscall.h,v 1.64 2011/11/18 04:08:56 christos Exp $ */
+/* $NetBSD: linux32_syscall.h,v 1.65 2011/11/18 04:20:16 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
  */
 
 #ifndef _LINUX32_SYS_SYSCALL_H_
diff -r 017d8b09d786 -r 963a9acd199d sys/compat/linux32/arch/amd64/linux32_syscallargs.h
--- a/sys/compat/linux32/arch/amd64/linux32_syscallargs.h       Fri Nov 18 04:17:23 2011 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscallargs.h       Fri Nov 18 04:20:16 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux32_syscallargs.h,v 1.64 2011/11/18 04:08:56 christos Exp $ */
+/* $NetBSD: linux32_syscallargs.h,v 1.65 2011/11/18 04:20:16 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
  */
 
 #ifndef _LINUX32_SYS_SYSCALLARGS_H_
diff -r 017d8b09d786 -r 963a9acd199d sys/compat/linux32/arch/amd64/linux32_syscalls.c
--- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c  Fri Nov 18 04:17:23 2011 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c  Fri Nov 18 04:20:16 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux32_syscalls.c,v 1.64 2011/11/18 04:08:56 christos Exp $ */
+/* $NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.64 2011/11/18 04:08:56 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.65 2011/11/18 04:20:16 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include <sys/param.h>
diff -r 017d8b09d786 -r 963a9acd199d sys/compat/linux32/arch/amd64/linux32_sysent.c
--- a/sys/compat/linux32/arch/amd64/linux32_sysent.c    Fri Nov 18 04:17:23 2011 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_sysent.c    Fri Nov 18 04:20:16 2011 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux32_sysent.c,v 1.64 2011/11/18 04:08:56 christos Exp $ */
+/* $NetBSD: linux32_sysent.c,v 1.65 2011/11/18 04:20:16 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.59 2011/05/30 17:50:32 alnsn Exp
+ * created from        NetBSD: syscalls.master,v 1.60 2011/11/18 04:08:56 christos Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.64 2011/11/18 04:08:56 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.65 2011/11/18 04:20:16 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/poll.h>



Home | Main Index | Thread Index | Old Index