update to 4.4 way of doing syscall#0

This commit is contained in:
deraadt 1993-11-10 00:59:10 +00:00
parent 509eb263b9
commit 2e0bfb759c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.4 1993/10/15 10:58:42 deraadt Exp $
$Id: syscalls.master,v 1.5 1993/11/10 00:59:10 deraadt Exp $
; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from SunOS).
; Processed to created sun_sysent.c, sun_syscalls.c and sun_syscall.h.
@ -20,7 +20,7 @@
; #ifdef's, etc. may be included, and are copied to the output files.
0 UNIMPL 0 nosys syscall
0 STD 0 nosys syscall
1 STD 1 rexit exit
2 STD 0 fork
3 STD 3 read

View File

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.4 1993/10/15 10:58:42 deraadt Exp $
$Id: syscalls.master,v 1.5 1993/11/10 00:59:10 deraadt Exp $
; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from SunOS).
; Processed to created sun_sysent.c, sun_syscalls.c and sun_syscall.h.
@ -20,7 +20,7 @@
; #ifdef's, etc. may be included, and are copied to the output files.
0 UNIMPL 0 nosys syscall
0 STD 0 nosys syscall
1 STD 1 rexit exit
2 STD 0 fork
3 STD 3 read