summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2013-08-11 12:23:46 +0000
committerpooka <pooka@NetBSD.org>2013-08-11 12:23:46 +0000
commit4f134f2504e45d3475136da13604ce6c11f44caa (patch)
tree7b9f994ba03b1ddf98c37b11c0ae71942a295267 /sys/compat/linux
parent34018ea4961c1b340b2c954b93d67597f11b0e3b (diff)
regen
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscall.h6
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscallargs.h6
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscalls.c6
-rw-r--r--sys/compat/linux/arch/powerpc/linux_sysent.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h
index 66477d70abd..2737b98f805 100644
--- a/sys/compat/linux/arch/powerpc/linux_syscall.h
+++ b/sys/compat/linux/arch/powerpc/linux_syscall.h
@@ -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 --git a/sys/compat/linux/arch/powerpc/linux_syscallargs.h b/sys/compat/linux/arch/powerpc/linux_syscallargs.h
index 2fabd9b99d7..4749fc1777a 100644
--- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h
+++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h
@@ -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 @@ check_syscall_args(linux_sys_stime)
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 --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c
index 5af0457fa8d..1e7c6f4adfe 100644
--- a/sys/compat/linux/arch/powerpc/linux_syscalls.c
+++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c
@@ -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 --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c
index c9f125d3dae..e0c0f0a08e5 100644
--- a/sys/compat/linux/arch/powerpc/linux_sysent.c
+++ b/sys/compat/linux/arch/powerpc/linux_sysent.c
@@ -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>