pick up the changes from a makesyscall.sh run. The multiple lkmnosys

declarations should now be gone.
This commit is contained in:
Andreas Schulz 1994-11-10 23:59:47 +00:00
parent 49445644f1
commit 94e6bbfc64
2 changed files with 1 additions and 10 deletions

View File

@ -180,15 +180,6 @@ int __sysctl();
int mlock();
int munlock();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
int lkmnosys();
#ifdef COMPAT_43
#define compat(n, name) n, __CONCAT(o,name)

View File

@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
* created from $Id: syscalls.master,v 1.10 1994/09/28 22:44:47 wollman Exp $
* created from $Id: syscalls.master,v 1.11 1994/10/02 04:45:52 davidg Exp $
*/
HIDE_POSIX(fork)