Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/powerpc regen



details:   https://anonhg.NetBSD.org/src/rev/c2362b61e5f8
branches:  trunk
changeset: 789256:c2362b61e5f8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 11 18:35:19 2013 +0000

description:
regen

diffstat:

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

diffs (92 lines):

diff -r 233b31efdfea -r c2362b61e5f8 sys/compat/linux/arch/powerpc/linux_syscall.h
--- a/sys/compat/linux/arch/powerpc/linux_syscall.h     Sun Aug 11 18:34:43 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscall.h     Sun Aug 11 18:35:19 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.60 2013/08/11 18:35:19 pooka Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp  
  */
 
 #ifndef _LINUX_SYS_SYSCALL_H_
@@ -81,7 +81,7 @@
 /* syscall: "stime" ret: "int" args: "linux_time_t *" */
 #define        LINUX_SYS_stime 25
 
-/* syscall: "ptrace" ret: "int" args: "int" "int" "long" "int" */
+/* syscall: "ptrace" ret: "int" args: "int" "int" "long" "long" */
 #define        LINUX_SYS_ptrace        26
 
 /* syscall: "alarm" ret: "int" args: "unsigned int" */
diff -r 233b31efdfea -r c2362b61e5f8 sys/compat/linux/arch/powerpc/linux_syscallargs.h
--- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sun Aug 11 18:34:43 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sun Aug 11 18:35:19 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.59 2013/08/11 18:35:19 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp  
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -102,7 +102,7 @@
        syscallarg(int) request;
        syscallarg(int) pid;
        syscallarg(long) addr;
-       syscallarg(int) data;
+       syscallarg(long) data;
 };
 check_syscall_args(linux_sys_ptrace)
 
diff -r 233b31efdfea -r c2362b61e5f8 sys/compat/linux/arch/powerpc/linux_syscalls.c
--- a/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sun Aug 11 18:34:43 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sun Aug 11 18:35:19 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.59 2013/08/11 18:35:19 pooka Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp  
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.59 2013/08/11 18:35:19 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include <sys/param.h>
diff -r 233b31efdfea -r c2362b61e5f8 sys/compat/linux/arch/powerpc/linux_sysent.c
--- a/sys/compat/linux/arch/powerpc/linux_sysent.c      Sun Aug 11 18:34:43 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_sysent.c      Sun Aug 11 18:35:19 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.60 2013/08/11 18:35:19 pooka Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp  
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.60 2013/08/11 18:35:19 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/poll.h>



Home | Main Index | Thread Index | Old Index