diff options
author | sos <sos@FreeBSD.org> | 1998-12-22 08:59:19 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-12-22 08:59:19 +0000 |
commit | 23bd50b5ed88b19c65b495ee9aa30c03a00b66d4 (patch) | |
tree | ddea8556eaea1bc4e75a715a0a3f74a8f3b8267d /sys/alpha/linux | |
parent | 026c874b6d230f885e16822e5bd586fb239d5a22 (diff) | |
download | FreeBSD-src-23bd50b5ed88b19c65b495ee9aa30c03a00b66d4.zip FreeBSD-src-23bd50b5ed88b19c65b495ee9aa30c03a00b66d4.tar.gz |
Fix NOIMPL -> NOPROTO as per bruce.
Diffstat (limited to 'sys/alpha/linux')
-rw-r--r-- | sys/alpha/linux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 4596cda..b5f51c9 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -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 |