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/netbsd/netbsd_syscall.h | |
parent | e9389a44941c88aa9f36b0eb98cb77abc32542cf (diff) |
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index fe3551add45..1b2c34cd3ee 100644 --- a/sys/compat/netbsd/netbsd_syscall.h +++ b/sys/compat/netbsd/netbsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscall.h,v 1.18 2002/07/06 19:22:43 nordin Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.19 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.17 2002/07/06 19:14:20 nordin Exp + * created from; OpenBSD: syscalls.master,v 1.18 2003/01/30 03:29:49 millert Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -366,11 +366,11 @@ #define NETBSD_SYS_orecvfrom 125 /* 125 is obsolete orecvfrom */ -/* syscall: "osetreuid" ret: "int" args: "int" "int" */ -#define NETBSD_SYS_osetreuid 126 +/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */ +#define NETBSD_SYS_setreuid 126 -/* syscall: "osetregid" ret: "int" args: "int" "int" */ -#define NETBSD_SYS_osetregid 127 +/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */ +#define NETBSD_SYS_setregid 127 /* syscall: "rename" ret: "int" args: "char *" "char *" */ #define NETBSD_SYS_rename 128 |