Deleted Added
full compact
syscalls.master (52334) syscalls.master (54300)
1; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
2; System call name/number master file (or rather, slave, from SVR4).
3; Processed to create svr4_sysent.c, svr4_syscalls.c and svr4_syscall.h.
4
5; Columns: number type nargs namespc name alt{name,tag,rtyp}/comments
6; number system call number, must be in order
7; type one of STD, OBSOL, UNIMPL, COMPAT
8; namespc one of POSIX, BSD, STD, NOHIDE (I dont care :-) -Peter

--- 6 unchanged lines hidden (view full) ---

15
16; types:
17; STD always included
18; COMPAT included on COMPAT #ifdef
19; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
20; OBSOL obsolete, not included in system, only specifies name
21; UNIMPL not implemented, placeholder only
22;
1; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
2; System call name/number master file (or rather, slave, from SVR4).
3; Processed to create svr4_sysent.c, svr4_syscalls.c and svr4_syscall.h.
4
5; Columns: number type nargs namespc name alt{name,tag,rtyp}/comments
6; number system call number, must be in order
7; type one of STD, OBSOL, UNIMPL, COMPAT
8; namespc one of POSIX, BSD, STD, NOHIDE (I dont care :-) -Peter

--- 6 unchanged lines hidden (view full) ---

15
16; types:
17; STD always included
18; COMPAT included on COMPAT #ifdef
19; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
20; OBSOL obsolete, not included in system, only specifies name
21; UNIMPL not implemented, placeholder only
22;
23; $FreeBSD: head/sys/compat/svr4/syscalls.master 52334 1999-10-17 14:50:13Z newton $
23; $FreeBSD: head/sys/compat/svr4/syscalls.master 54300 1999-12-08 10:51:17Z newton $
24;
25#include <sys/types.h>
26#include <sys/sysent.h>
27#include <sys/sysproto.h>
28#include <netinet/in.h>
29
24;
25#include <sys/types.h>
26#include <sys/sysent.h>
27#include <sys/sysproto.h>
28#include <netinet/in.h>
29
30#include <svr4/svr4.h>
30#include <svr4/svr4_types.h>
31#include <svr4/svr4_signal.h>
32#include <svr4/svr4_proto.h>
33
34; #ifdef's, etc. may be included, and are copied to the output files.
35
360 UNIMPL SVR4 unused
371 NOPROTO POSIX { int exit(int rval); }

--- 328 unchanged lines hidden ---
31#include <svr4/svr4_types.h>
32#include <svr4/svr4_signal.h>
33#include <svr4/svr4_proto.h>
34
35; #ifdef's, etc. may be included, and are copied to the output files.
36
370 UNIMPL SVR4 unused
381 NOPROTO POSIX { int exit(int rval); }

--- 328 unchanged lines hidden ---