summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h8
1 files changed, 4 insertions, 4 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 *" */