From dda3cf513038d388b4f637eda355209ed530fca8 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 10 May 2000 14:32:32 +0000 Subject: 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. --- sys/svr4/syscalls.master | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/svr4') 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 #include #include @@ -32,8 +34,6 @@ #include #include -; #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); } -- cgit v1.1