Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/compat/linux/arch/alpha Regen for ticket #884



details:   https://anonhg.NetBSD.org/src/rev/16592f56c5f0
branches:  netbsd-2-0
changeset: 562765:16592f56c5f0
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Oct 08 03:03:49 2004 +0000

description:
Regen for ticket #884

diffstat:

 sys/compat/linux/arch/alpha/linux_syscall.h     |   4 ++--
 sys/compat/linux/arch/alpha/linux_syscallargs.h |  10 ++++++++--
 sys/compat/linux/arch/alpha/linux_syscalls.c    |   6 +++---
 sys/compat/linux/arch/alpha/linux_sysent.c      |   6 +++---
 4 files changed, 16 insertions(+), 10 deletions(-)

diffs (87 lines):

diff -r b7bc0632afc7 -r 16592f56c5f0 sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h       Fri Oct 08 03:03:12 2004 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h       Fri Oct 08 03:03:49 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.48.4.1 2004/10/04 05:20:12 jmc Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.48.4.2 2004/10/08 03:03:49 jmc Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.42.4.1 2004/10/04 05:19:16 jmc Exp 
+ * created from        NetBSD: syscalls.master,v 1.42.4.2 2004/10/08 03:03:12 jmc Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r b7bc0632afc7 -r 16592f56c5f0 sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h   Fri Oct 08 03:03:12 2004 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h   Fri Oct 08 03:03:49 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.47.4.1 2004/10/04 05:20:12 jmc Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.47.4.2 2004/10/08 03:03:49 jmc Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.42.4.1 2004/10/04 05:19:16 jmc Exp 
+ * created from        NetBSD: syscalls.master,v 1.42.4.2 2004/10/08 03:03:12 jmc Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -372,6 +372,12 @@
        syscallarg(struct linux_old_utsname *) up;
 };
 #ifdef SYSVSHM
+
+struct linux_sys_shmget_args {
+       syscallarg(key_t) key;
+       syscallarg(size_t) size;
+       syscallarg(int) shmflg;
+};
 #else
 #endif
 
diff -r b7bc0632afc7 -r 16592f56c5f0 sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c      Fri Oct 08 03:03:12 2004 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c      Fri Oct 08 03:03:49 2004 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.49.4.1 2004/10/04 05:20:12 jmc Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.49.4.2 2004/10/08 03:03:49 jmc Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.42.4.1 2004/10/04 05:19:16 jmc Exp 
+ * created from        NetBSD: syscalls.master,v 1.42.4.2 2004/10/08 03:03:12 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49.4.1 2004/10/04 05:20:12 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49.4.2 2004/10/08 03:03:49 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r b7bc0632afc7 -r 16592f56c5f0 sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c        Fri Oct 08 03:03:12 2004 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c        Fri Oct 08 03:03:49 2004 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.48.4.1 2004/10/04 05:20:12 jmc Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.48.4.2 2004/10/08 03:03:49 jmc Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.42.4.1 2004/10/04 05:19:16 jmc Exp 
+ * created from        NetBSD: syscalls.master,v 1.42.4.2 2004/10/08 03:03:12 jmc Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.48.4.1 2004/10/04 05:20:12 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.48.4.2 2004/10/08 03:03:49 jmc Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"



Home | Main Index | Thread Index | Old Index