diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:11:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-30 20:11:29 +0000 |
commit | 60b14187d21c7733684258d7f3443339972d610f (patch) | |
tree | 469d481a37469be3118ba1f0d702471fcbe8d662 /sys/compat/linux/linux_syscall.h | |
parent | 8f5206fef6e1f20fbd462a7a9b64ee338afbec7c (diff) |
regen
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index fa2805a5755..1a1bc48568e 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.36 2002/10/28 03:39:30 fgsch Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.37 2002/10/30 20:11:27 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.35 2002/10/28 03:35:53 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.36 2002/10/30 20:10:48 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -508,11 +508,11 @@ /* syscall: "mremap" ret: "int" args: "void *" "size_t" "size_t" "long" */ #define LINUX_SYS_mremap 163 -/* syscall: "setresuid16" ret: "int" args: "uid_t" "uid_t" "uid_t" */ +/* syscall: "setresuid16" ret: "int" args: "u_int16_t" "u_int16_t" "u_int16_t" */ #define LINUX_SYS_setresuid16 164 -/* syscall: "linux_getresuid16" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */ -#define LINUX_SYS_linux_getresuid16 165 +/* syscall: "getresuid16" ret: "int" args: "u_int16_t *" "u_int16_t *" "u_int16_t *" */ +#define LINUX_SYS_getresuid16 165 /* syscall: "vm86" ret: "int" args: */ #define LINUX_SYS_vm86 166 @@ -526,10 +526,10 @@ /* syscall: "nfsservctl" ret: "int" args: */ #define LINUX_SYS_nfsservctl 169 -/* syscall: "setresgid16" ret: "int" args: "gid_t" "gid_t" "gid_t" */ +/* syscall: "setresgid16" ret: "int" args: "u_int16_t" "u_int16_t" "u_int16_t" */ #define LINUX_SYS_setresgid16 170 -/* syscall: "getresgid16" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */ +/* syscall: "getresgid16" ret: "int" args: "u_int16_t *" "u_int16_t *" "u_int16_t *" */ #define LINUX_SYS_getresgid16 171 /* syscall: "prctl" ret: "int" args: */ @@ -640,16 +640,16 @@ /* syscall: "fchown" ret: "int" args: */ #define LINUX_SYS_fchown 207 -/* syscall: "setresuid" ret: "int" args: */ +/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */ #define LINUX_SYS_setresuid 208 /* syscall: "getresuid" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */ #define LINUX_SYS_getresuid 209 -/* syscall: "setresgid" ret: "int" args: */ +/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */ #define LINUX_SYS_setresgid 210 -/* syscall: "getresgid" ret: "int" args: */ +/* syscall: "getresgid" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */ #define LINUX_SYS_getresgid 211 /* syscall: "chown" ret: "int" args: */ |