summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2004-10-27 13:24:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2004-10-27 13:24:21 +0000
commit460c6fb2f83cd66a397c385823c4c69d4de9656d (patch)
treedae7ad815653068c4afa187f9395a0935d7aa8ca /sys/compat/linux
parenta0c7a779f0ac5eacd2e923a5bf9e2f180c29c9b6 (diff)
regen
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/linux_syscall.h8
-rw-r--r--sys/compat/linux/linux_syscallargs.h8
-rw-r--r--sys/compat/linux/linux_syscalls.c4
-rw-r--r--sys/compat/linux/linux_sysent.c12
4 files changed, 16 insertions, 16 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 0c9f5633355..47f7d952185 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.49 2004/07/09 23:56:03 millert Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.50 2004/10/27 13:24:19 niklas Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.49 2004/10/27 13:23:38 niklas Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -625,10 +625,10 @@
/* syscall: "getegid" ret: "gid_t" args: */
#define LINUX_SYS_getegid 202
-/* syscall: "setreuid" ret: "int" args: */
+/* syscall: "setreuid" ret: "int" args: "int" "int" */
#define LINUX_SYS_setreuid 203
-/* syscall: "setregid" ret: "int" args: */
+/* syscall: "setregid" ret: "int" args: "int" "int" */
#define LINUX_SYS_setregid 204
/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 264f8a9fa98..945721154e0 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.51 2004/07/09 23:56:03 millert Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.52 2004/10/27 13:24:19 niklas Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.49 2004/10/27 13:23:38 niklas Exp
*/
#ifdef syscallarg
@@ -772,8 +772,8 @@ int linux_sys_getuid(struct proc *, void *, register_t *);
int linux_sys_getgid(struct proc *, void *, register_t *);
int sys_geteuid(struct proc *, void *, register_t *);
int sys_getegid(struct proc *, void *, register_t *);
-int linux_sys_setreuid(struct proc *, void *, register_t *);
-int linux_sys_setregid(struct proc *, void *, register_t *);
+int sys_setreuid(struct proc *, void *, register_t *);
+int sys_setregid(struct proc *, void *, register_t *);
int sys_getgroups(struct proc *, void *, register_t *);
int sys_setgroups(struct proc *, void *, register_t *);
int linux_sys_fchown(struct proc *, void *, register_t *);
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 32761c100a0..3674d7d8ab3 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.49 2004/07/09 23:56:03 millert Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.50 2004/10/27 13:24:20 niklas Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.49 2004/10/27 13:23:38 niklas Exp
*/
char *linux_syscallnames[] = {
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 2c4f2c2ab29..5071ba04e94 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_sysent.c,v 1.50 2004/07/09 23:56:03 millert Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.51 2004/10/27 13:24:20 niklas Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.49 2004/10/27 13:23:38 niklas Exp
*/
#include <sys/param.h>
@@ -452,10 +452,10 @@ struct sysent linux_sysent[] = {
sys_geteuid }, /* 201 = geteuid */
{ 0, 0,
sys_getegid }, /* 202 = getegid */
- { 0, 0,
- linux_sys_setreuid }, /* 203 = setreuid */
- { 0, 0,
- linux_sys_setregid }, /* 204 = setregid */
+ { 2, s(struct sys_setreuid_args),
+ sys_setreuid }, /* 203 = setreuid */
+ { 2, s(struct sys_setregid_args),
+ sys_setregid }, /* 204 = setregid */
{ 2, s(struct sys_getgroups_args),
sys_getgroups }, /* 205 = getgroups */
{ 2, s(struct sys_setgroups_args),