Fix NOIMPL -> NOPROTO as per bruce.

This commit is contained in:
Søren Schmidt 1998-12-22 08:59:19 +00:00
parent ea420b4fd8
commit ec4e636d4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41997
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.13 1998/12/19 02:55:33 julian Exp $
$Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@ -239,7 +239,7 @@
165 UNIMPL LINUX getresuid
166 UNIMPL LINUX new_vm86
167 UNIMPL LINUX query_module
168 UNIMPL LINUX { int poll(struct pollfd*, unsigned int nfds, \
168 NOPROTO LINUX { int poll(struct pollfd*, unsigned int nfds, \
long timeout); }
169 UNIMPL LINUX nfsservctl
170 UNIMPL LINUX setresgid

View file

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.13 1998/12/19 02:55:33 julian Exp $
$Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@ -239,7 +239,7 @@
165 UNIMPL LINUX getresuid
166 UNIMPL LINUX new_vm86
167 UNIMPL LINUX query_module
168 UNIMPL LINUX { int poll(struct pollfd*, unsigned int nfds, \
168 NOPROTO LINUX { int poll(struct pollfd*, unsigned int nfds, \
long timeout); }
169 UNIMPL LINUX nfsservctl
170 UNIMPL LINUX setresgid