summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-09-11 20:56:02 +0000
committerats <ats@FreeBSD.org>1994-09-11 20:56:02 +0000
commit75635299bcfa17b495e1be13c9c3e7d03204736c (patch)
tree1b3beca46c69ec3cd680c1c5253ced63669691e3 /sys/kern
parente55f4b3d3c57db6b489888a5635392d8fc9c75a8 (diff)
downloadFreeBSD-src-75635299bcfa17b495e1be13c9c3e7d03204736c.zip
FreeBSD-src-75635299bcfa17b495e1be13c9c3e7d03204736c.tar.gz
Delete the extra's int nosys(); declarations like the new makesyscall.sh
do it now.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index be08c5b..8a24ba3 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: syscalls.master,v 1.6 1994/09/01 05:12:42 davidg Exp $
+ * created from $Id: init_sysent.c,v 1.7 1994/09/01 05:15:33 davidg Exp $
*/
#include <sys/param.h>
@@ -146,8 +146,6 @@ int rtprio();
int shmsys();
#else
#endif
-int nosys();
-int nosys();
int setgid();
int setegid();
int seteuid();
@@ -167,7 +165,6 @@ int getrlimit();
int setrlimit();
int getdirentries();
int mmap();
-int nosys();
int lseek();
int truncate();
int ftruncate();
@@ -527,4 +524,4 @@ struct sysentvec aout_sysvec = {
0,
0,
0
-}; \ No newline at end of file
+};
OpenPOWER on IntegriCloud