summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
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