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/ultrix/ultrix_syscall.h | |
parent | e9389a44941c88aa9f36b0eb98cb77abc32542cf (diff) |
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/ultrix/ultrix_syscall.h')
-rw-r--r-- | sys/compat/ultrix/ultrix_syscall.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index 54be687289d..00bd24db4b1 100644 --- a/sys/compat/ultrix/ultrix_syscall.h +++ b/sys/compat/ultrix/ultrix_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: ultrix_syscall.h,v 1.9 2001/08/26 04:14:27 deraadt Exp $ */ +/* $OpenBSD: ultrix_syscall.h,v 1.10 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.7 1999/06/07 07:17:48 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.8 2003/01/30 03:29:49 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -305,10 +305,10 @@ /* syscall: "recvfrom" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int *" */ #define ULTRIX_SYS_recvfrom 125 -/* syscall: "setreuid" ret: "int" args: "int" "int" */ +/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */ #define ULTRIX_SYS_setreuid 126 -/* syscall: "setregid" ret: "int" args: "int" "int" */ +/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */ #define ULTRIX_SYS_setregid 127 /* syscall: "rename" ret: "int" args: "char *" "char *" */ |