Module Name:    src
Committed By:   pooka
Date:           Sun Aug 11 18:35:19 UTC 2013

Modified Files:
        src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h
            linux_syscalls.c linux_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
    src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -u -r1.58 -r1.59 \
    src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
    src/sys/compat/linux/arch/powerpc/linux_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/powerpc/linux_syscall.h
diff -u src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.59 src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.60
--- src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.59	Sun Aug 11 12:23:46 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscall.h	Sun Aug 11 18:35:19 2013
@@ -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" */
Index: src/sys/compat/linux/arch/powerpc/linux_sysent.c
diff -u src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.59 src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.60
--- src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.59	Sun Aug 11 12:23:46 2013
+++ src/sys/compat/linux/arch/powerpc/linux_sysent.c	Sun Aug 11 18:35:19 2013
@@ -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>

Index: src/sys/compat/linux/arch/powerpc/linux_syscallargs.h
diff -u src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.58 src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.59
--- src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.58	Sun Aug 11 12:23:46 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscallargs.h	Sun Aug 11 18:35:19 2013
@@ -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 @@ struct linux_sys_ptrace_args {
 	syscallarg(int) request;
 	syscallarg(int) pid;
 	syscallarg(long) addr;
-	syscallarg(int) data;
+	syscallarg(long) data;
 };
 check_syscall_args(linux_sys_ptrace)
 
Index: src/sys/compat/linux/arch/powerpc/linux_syscalls.c
diff -u src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.58 src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.59
--- src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.58	Sun Aug 11 12:23:46 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscalls.c	Sun Aug 11 18:35:19 2013
@@ -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>

Reply via email to