diff options
author | 2004-10-27 13:24:19 +0000 | |
---|---|---|
committer | 2004-10-27 13:24:19 +0000 | |
commit | 07d80f8735ac8a18199901d83f9255a7da78bd72 (patch) | |
tree | b2e4986bafeee23f9d490a9b5a6cf2cad11df48d /sys/compat/linux/linux_syscall.h | |
parent | Add support for sys_setre[ug]id, ok deraadt@ (diff) | |
download | wireguard-openbsd-07d80f8735ac8a18199901d83f9255a7da78bd72.tar.xz wireguard-openbsd-07d80f8735ac8a18199901d83f9255a7da78bd72.zip |
regen
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 8 |
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 *" */ |