summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscall.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-10-30 20:11:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-10-30 20:11:29 +0000
commit60b14187d21c7733684258d7f3443339972d610f (patch)
tree469d481a37469be3118ba1f0d702471fcbe8d662 /sys/compat/freebsd/freebsd_syscall.h
parent8f5206fef6e1f20fbd462a7a9b64ee338afbec7c (diff)
regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscall.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index c957dd7ad09..2e5200aba38 100644
--- a/sys/compat/freebsd/freebsd_syscall.h
+++ b/sys/compat/freebsd/freebsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscall.h,v 1.19 2002/07/06 19:22:43 nordin Exp $ */
+/* $OpenBSD: freebsd_syscall.h,v 1.20 2002/10/30 20:11:28 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.18 2002/07/06 19:14:20 nordin Exp
+ * created from OpenBSD: syscalls.master,v 1.19 2002/10/30 20:10:48 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -611,6 +611,12 @@
/* syscall: "lchown" ret: "int" args: "char *" "int" "int" */
#define FREEBSD_SYS_lchown 254
+/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */
+#define FREEBSD_SYS_setresuid 311
+
+/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */
+#define FREEBSD_SYS_setresgid 312
+
/* syscall: "sigprocmask40" ret: "int" args: "int" "const freebsd_sigset_t *" "freebsd_sigset_t *" */
#define FREEBSD_SYS_sigprocmask40 340