diff options
author | bde <bde@FreeBSD.org> | 2000-05-10 14:32:32 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-05-10 14:32:32 +0000 |
commit | dda3cf513038d388b4f637eda355209ed530fca8 (patch) | |
tree | 832df3d8103ae314305b42f39ed9513f4797f34c /sys/svr4 | |
parent | 4471e409ceef435cab09565967c3a0ce64c961e1 (diff) | |
download | FreeBSD-src-dda3cf513038d388b4f637eda355209ed530fca8.zip FreeBSD-src-dda3cf513038d388b4f637eda355209ed530fca8.tar.gz |
Fixed the "created from" lines generated from this file. makesyscalls.sh
expects the active id to be on the first line of the specification file.
Fixed some nearby gratuitous differences with kern/syscalls.master.
Diffstat (limited to 'sys/svr4')
-rw-r--r-- | sys/svr4/syscalls.master | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/svr4/syscalls.master b/sys/svr4/syscalls.master index 2c1de7e..0110bad 100644 --- a/sys/svr4/syscalls.master +++ b/sys/svr4/syscalls.master @@ -1,4 +1,6 @@ -; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 + $FreeBSD$ +; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93 +; ; System call name/number master file (or rather, slave, from SVR4). ; Processed to create svr4_sysent.c, svr4_syscalls.c and svr4_syscall.h. @@ -19,9 +21,9 @@ ; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h ; OBSOL obsolete, not included in system, only specifies name ; UNIMPL not implemented, placeholder only -; -; $FreeBSD$ -; + +; #ifdef's, etc. may be included, and are copied to the output files. + #include <sys/types.h> #include <sys/sysent.h> #include <sys/sysproto.h> @@ -32,8 +34,6 @@ #include <svr4/svr4_signal.h> #include <svr4/svr4_proto.h> -; #ifdef's, etc. may be included, and are copied to the output files. - 0 UNIMPL SVR4 unused 1 NOPROTO POSIX { void exit(int rval); } exit rexit_args void 2 NOPROTO POSIX { int fork(void); } |