From ec4e636d4c880ada0603bc47fe595df08a0e20e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= <sos@FreeBSD.org> Date: Tue, 22 Dec 1998 08:59:19 +0000 Subject: [PATCH] Fix NOIMPL -> NOPROTO as per bruce. --- sys/alpha/linux/syscalls.master | 4 ++-- sys/i386/linux/syscalls.master | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 4596cda84111..b5f51c932bf5 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 diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 4596cda84111..b5f51c932bf5 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/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