Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/compat/linux/arch Regen after fix in syscalls.maste...



details:   https://anonhg.NetBSD.org/src/rev/86e75508280f
branches:  netbsd-1-6
changeset: 531011:86e75508280f
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Nov 20 04:22:13 2003 +0000

description:
Regen after fix in syscalls.master from ticket #1427.

diffstat:

 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     |  7 ++++---
 sys/compat/linux/arch/arm/linux_sysent.c       |  7 ++++---
 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    |  7 ++++---
 sys/compat/linux/arch/m68k/linux_sysent.c      |  7 ++++---
 8 files changed, 24 insertions(+), 20 deletions(-)

diffs (180 lines):

diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Thu Nov 20 04:22:13 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp 
  */
 
 /* syscall: "nosys" ret: "int" args: */
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h     Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h     Thu Nov 20 04:22:13 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c        Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c        Thu Nov 20 04:22:13 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -24,6 +24,7 @@
 #include <compat/linux/common/linux_signal.h>
 #include <compat/linux/common/linux_siginfo.h>
 #include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/linux_syscallargs.h>
 #endif /* _KERNEL_OPT */
 
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c  Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c  Thu Nov 20 04:22:13 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2002/05/12 15:04:27 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11.4.1 2003/10/22 04:03:00 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.11.4.2 2003/11/20 04:22:13 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -23,6 +23,7 @@
 #include <compat/linux/common/linux_signal.h>
 #include <compat/linux/common/linux_siginfo.h>
 #include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/linux_syscallargs.h>
 
 #define        s(type) sizeof(type)
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h        Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h        Thu Nov 20 04:22:13 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.42.4.1 2003/10/22 04:03:01 jmc Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.42.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.39.4.1 2003/10/22 04:03:01 jmc Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h    Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h    Thu Nov 20 04:22:13 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.42.4.1 2003/10/22 04:03:01 jmc Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.42.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.39.4.1 2003/10/22 04:03:01 jmc Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c       Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c       Thu Nov 20 04:22:13 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.43.4.1 2003/10/22 04:03:01 jmc Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.43.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.39.4.1 2003/10/22 04:03:01 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43.4.1 2003/10/22 04:03:01 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43.4.2 2003/11/20 04:22:13 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -25,6 +25,7 @@
 #include <compat/linux/common/linux_signal.h>
 #include <compat/linux/common/linux_siginfo.h>
 #include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/linux_syscallargs.h>
 #endif /* _KERNEL_OPT */
 
diff -r 5240e010ddd6 -r 86e75508280f sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Thu Nov 20 04:21:35 2003 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Thu Nov 20 04:22:13 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.42.4.1 2003/10/22 04:03:01 jmc Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.42.4.2 2003/11/20 04:22:13 jmc Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp 
+ * created from        NetBSD: syscalls.master,v 1.39.4.1 2003/10/22 04:03:01 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.42.4.1 2003/10/22 04:03:01 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.42.4.2 2003/11/20 04:22:13 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -24,6 +24,7 @@
 #include <compat/linux/common/linux_signal.h>
 #include <compat/linux/common/linux_siginfo.h>
 #include <compat/linux/common/linux_machdep.h>
+#include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/linux_syscallargs.h>
 
 #define        s(type) sizeof(type)



Home | Main Index | Thread Index | Old Index