summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2001-07-03 21:56:47 +0000
committerjasoni <jasoni@cvs.openbsd.org>2001-07-03 21:56:47 +0000
commit33c337adff3444ca5c5c47e3ad4dd552f76efe47 (patch)
tree5798b5a5c5cb6751d8b60210fd1690913c5f5a26 /sys
parent8760d14faf4fd8ab29f4a9e3753991ed32ffcd30 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_syscall.h12
-rw-r--r--sys/compat/linux/linux_syscallargs.h12
-rw-r--r--sys/compat/linux/linux_syscalls.c8
-rw-r--r--sys/compat/linux/linux_sysent.c12
4 files changed, 22 insertions, 22 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 98a378f182a..172ffc57359 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.28 2001/07/03 15:32:56 jasoni Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.29 2001/07/03 21:56:45 jasoni Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -526,11 +526,11 @@
/* syscall: "nfsservctl" ret: "int" args: */
#define LINUX_SYS_nfsservctl 169
-/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */
-#define LINUX_SYS_setresgid 170
+/* syscall: "setresgid16" ret: "int" args: "gid_t" "gid_t" "gid_t" */
+#define LINUX_SYS_setresgid16 170
-/* syscall: "getresgid" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
-#define LINUX_SYS_getresgid 171
+/* syscall: "getresgid16" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
+#define LINUX_SYS_getresgid16 171
/* syscall: "prctl" ret: "int" args: */
#define LINUX_SYS_prctl 172
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 94ea940aeef..053b10daa51 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.29 2001/07/03 15:32:56 jasoni Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.30 2001/07/03 21:56:45 jasoni Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -408,13 +408,13 @@ struct linux_sys_getresuid_args {
syscallarg(uid_t *) suid;
};
-struct linux_sys_setresgid_args {
+struct linux_sys_setresgid16_args {
syscallarg(gid_t) rgid;
syscallarg(gid_t) egid;
syscallarg(gid_t) sgid;
};
-struct linux_sys_getresgid_args {
+struct linux_sys_getresgid16_args {
syscallarg(gid_t *) rgid;
syscallarg(gid_t *) egid;
syscallarg(gid_t *) sgid;
@@ -689,8 +689,8 @@ int linux_sys_vm86 __P((struct proc *, void *, register_t *));
int linux_sys_query_module __P((struct proc *, void *, register_t *));
int sys_poll __P((struct proc *, void *, register_t *));
int linux_sys_nfsservctl __P((struct proc *, void *, register_t *));
-int linux_sys_setresgid __P((struct proc *, void *, register_t *));
-int linux_sys_getresgid __P((struct proc *, void *, register_t *));
+int linux_sys_setresgid16 __P((struct proc *, void *, register_t *));
+int linux_sys_getresgid16 __P((struct proc *, void *, register_t *));
int linux_sys_prctl __P((struct proc *, void *, register_t *));
int linux_sys_rt_sigreturn __P((struct proc *, void *, register_t *));
int linux_sys_rt_sigaction __P((struct proc *, void *, register_t *));
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index cb5df7fdd0d..d25b4ea63d6 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.28 2001/07/03 15:32:56 jasoni Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.29 2001/07/03 21:56:46 jasoni Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp
*/
char *linux_syscallnames[] = {
@@ -190,8 +190,8 @@ char *linux_syscallnames[] = {
"query_module", /* 167 = query_module */
"poll", /* 168 = poll */
"nfsservctl", /* 169 = nfsservctl */
- "setresgid", /* 170 = setresgid */
- "getresgid", /* 171 = getresgid */
+ "setresgid16", /* 170 = setresgid16 */
+ "getresgid16", /* 171 = getresgid16 */
"prctl", /* 172 = prctl */
"rt_sigreturn", /* 173 = rt_sigreturn */
"rt_sigaction", /* 174 = rt_sigaction */
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 586d05dd98a..d3a99d5f7ba 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.29 2001/07/03 15:32:57 jasoni Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.30 2001/07/03 21:56:46 jasoni Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.29 2001/07/03 15:32:34 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp
*/
#include <sys/param.h>
@@ -375,10 +375,10 @@ struct sysent linux_sysent[] = {
sys_poll }, /* 168 = poll */
{ 0, 0,
linux_sys_nfsservctl }, /* 169 = nfsservctl */
- { 3, s(struct linux_sys_setresgid_args),
- linux_sys_setresgid }, /* 170 = setresgid */
- { 3, s(struct linux_sys_getresgid_args),
- linux_sys_getresgid }, /* 171 = getresgid */
+ { 3, s(struct linux_sys_setresgid16_args),
+ linux_sys_setresgid16 }, /* 170 = setresgid16 */
+ { 3, s(struct linux_sys_getresgid16_args),
+ linux_sys_getresgid16 }, /* 171 = getresgid16 */
{ 0, 0,
linux_sys_prctl }, /* 172 = prctl */
{ 1, s(struct linux_sys_rt_sigreturn_args),