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/1529afae7c29
branches:  trunk
changeset: 789244:1529afae7c29
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 11 12:23:46 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 6caa7411293f -r 1529afae7c29 sys/compat/linux/arch/powerpc/linux_syscall.h
--- a/sys/compat/linux/arch/powerpc/linux_syscall.h     Sun Aug 11 12:23:02 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscall.h     Sun Aug 11 12:23:46 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.58 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 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" "int" "int" */
+/* syscall: "ptrace" ret: "int" args: "int" "int" "long" "int" */
 #define        LINUX_SYS_ptrace        26
 
 /* syscall: "alarm" ret: "int" args: "unsigned int" */
diff -r 6caa7411293f -r 1529afae7c29 sys/compat/linux/arch/powerpc/linux_syscallargs.h
--- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sun Aug 11 12:23:02 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sun Aug 11 12:23:46 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.57 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
  */
 
 #ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -101,7 +101,7 @@
 struct linux_sys_ptrace_args {
        syscallarg(int) request;
        syscallarg(int) pid;
-       syscallarg(int) addr;
+       syscallarg(long) addr;
        syscallarg(int) data;
 };
 check_syscall_args(linux_sys_ptrace)
diff -r 6caa7411293f -r 1529afae7c29 sys/compat/linux/arch/powerpc/linux_syscalls.c
--- a/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sun Aug 11 12:23:02 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c    Sun Aug 11 12:23:46 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.57 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.57 2013/04/08 20:58:26 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include <sys/param.h>
diff -r 6caa7411293f -r 1529afae7c29 sys/compat/linux/arch/powerpc/linux_sysent.c
--- a/sys/compat/linux/arch/powerpc/linux_sysent.c      Sun Aug 11 12:23:02 2013 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_sysent.c      Sun Aug 11 12:23:46 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.58 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp  
+ * created from        NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp  
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.58 2013/04/08 20:58:26 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/poll.h>



Home | Main Index | Thread Index | Old Index