SUGID semantics, similar to 4.4BSD
This commit is contained in:
parent
2155f4d97e
commit
675a199909
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* 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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
revision 1.45 intentionally removed
|
||||
revision 1.46 intentionally removed
|
||||
|
|
|
@ -1 +1 @@
|
|||
revision 1.10 intentionally removed
|
||||
revision 1.11 intentionally removed
|
||||
|
|
|
@ -1 +1 @@
|
|||
revision 1.26 intentionally removed
|
||||
revision 1.27 intentionally removed
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call names.
|
||||
*
|
||||
* 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[] = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* 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
|
||||
|
@ -132,8 +132,8 @@
|
|||
#define SYS_fchown 123
|
||||
#define SYS_fchmod 124
|
||||
/* 125 is old recvfrom */
|
||||
#define SYS_setreuid 126 /* compatibility; still used by libc */
|
||||
#define SYS_setregid 127 /* compatibility; still used by libc */
|
||||
/* 126 is old setreuid */
|
||||
/* 127 is old setregid */
|
||||
#define SYS_rename 128
|
||||
/* 129 is old truncate */
|
||||
/* 130 is old ftruncate */
|
||||
|
|
Loading…
Reference in New Issue