diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-30 03:32:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-30 03:32:45 +0000 |
commit | 49a656b5c928ada32d7bfd76c34ebcc7ad6581bc (patch) | |
tree | ad28fb0f43f2f8795431c148c659125e6dbcabdf /sys/compat/bsdos/bsdos_syscall.h | |
parent | e9389a44941c88aa9f36b0eb98cb77abc32542cf (diff) |
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscall.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscall.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h index ea2e6d27df4..2059e44d8c0 100644 --- a/sys/compat/bsdos/bsdos_syscall.h +++ b/sys/compat/bsdos/bsdos_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscall.h,v 1.10 2002/03/14 00:44:20 miod Exp $ */ +/* $OpenBSD: bsdos_syscall.h,v 1.11 2003/01/30 03:32:44 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.9 2002/03/14 00:42:24 miod Exp + * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -366,11 +366,11 @@ /* syscall: "orecvfrom" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int *" */ #define BSDOS_SYS_orecvfrom 125 -/* syscall: "osetreuid" ret: "int" args: "int" "int" */ -#define BSDOS_SYS_osetreuid 126 +/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */ +#define BSDOS_SYS_setreuid 126 -/* syscall: "osetregid" ret: "int" args: "int" "int" */ -#define BSDOS_SYS_osetregid 127 +/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */ +#define BSDOS_SYS_setregid 127 /* syscall: "rename" ret: "int" args: "char *" "char *" */ #define BSDOS_SYS_rename 128 |