summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-23 12:22:06 +0000
committerache <ache@FreeBSD.org>1995-04-23 12:22:06 +0000
commit45c940b5a0e3b9fdfe2d94c7c20074b3cf6073a9 (patch)
tree26affa2f12e4402095d2dc056484eee8a65766e5 /sys/sys/syscall.h
parente9609fc2f32c1e7fadf1d2100f0d54cb90adab52 (diff)
downloadFreeBSD-src-45c940b5a0e3b9fdfe2d94c7c20074b3cf6073a9.zip
FreeBSD-src-45c940b5a0e3b9fdfe2d94c7c20074b3cf6073a9.tar.gz
Make setreuid/setregid active syscalls
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 0431eac..1615979 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: syscalls.master,v 1.13 1995/03/04 03:24:26 davidg Exp $
+ * created from $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $
*/
#define SYS_syscall 0
@@ -129,8 +129,8 @@
#define SYS_fchown 123
#define SYS_fchmod 124
/* 125 is old recvfrom */
- /* 126 is old setreuid */
- /* 127 is old setregid */
+#define SYS_setreuid 126
+#define SYS_setregid 127
#define SYS_rename 128
/* 129 is old truncate */
/* 130 is old ftruncate */
OpenPOWER on IntegriCloud