SUGID semantics, similar to 4.4BSD

This commit is contained in:
cgd 1994-04-07 00:40:14 +00:00
parent 2155f4d97e
commit 675a199909
6 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
* System call switch table. * System call switch table.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.13 1994/04/02 08:03:17 * created from: syscalls.master,v 1.14 1994/04/07 00:15:29
*/ */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1 +1 @@
revision 1.45 intentionally removed revision 1.46 intentionally removed

View File

@ -1 +1 @@
revision 1.10 intentionally removed revision 1.11 intentionally removed

View File

@ -1 +1 @@
revision 1.26 intentionally removed revision 1.27 intentionally removed

View File

@ -2,7 +2,7 @@
* System call names. * System call names.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.13 1994/04/02 08:03:17 * created from: syscalls.master,v 1.14 1994/04/07 00:15:29
*/ */
char *syscallnames[] = { char *syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call numbers. * System call numbers.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.13 1994/04/02 08:03:17 * created from: syscalls.master,v 1.14 1994/04/07 00:15:29
*/ */
#ifndef _SYS_SYSCALL_H #ifndef _SYS_SYSCALL_H
@ -132,8 +132,8 @@
#define SYS_fchown 123 #define SYS_fchown 123
#define SYS_fchmod 124 #define SYS_fchmod 124
/* 125 is old recvfrom */ /* 125 is old recvfrom */
#define SYS_setreuid 126 /* compatibility; still used by libc */ /* 126 is old setreuid */
#define SYS_setregid 127 /* compatibility; still used by libc */ /* 127 is old setregid */
#define SYS_rename 128 #define SYS_rename 128
/* 129 is old truncate */ /* 129 is old truncate */
/* 130 is old ftruncate */ /* 130 is old ftruncate */