summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1994-08-24 11:52:21 +0000
committersos <sos@FreeBSD.org>1994-08-24 11:52:21 +0000
commitecc424b57bcdf651d67766c458bc8c3e1bcde1f7 (patch)
treed44c9b6cf2bf87e21fea043e3f7e37e7b55833e1 /sys/kern/init_sysent.c
parent905367d1b840c512e15cb6243dbc3c4b14370cfc (diff)
downloadFreeBSD-src-ecc424b57bcdf651d67766c458bc8c3e1bcde1f7.zip
FreeBSD-src-ecc424b57bcdf651d67766c458bc8c3e1bcde1f7.tar.gz
Changes preparing for iBCS support
Reviewed by: Submitted by:
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 53886e2..f33eab2 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,13 +2,12 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: syscalls.master,v 1.3 1994/08/02 07:42:44 davidg Exp $
+ * created from $Id: init_sysent.c,v 1.3 1994/08/19 11:45:19 davidg Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
-
-int nosys();
+#include <sys/sysent.h>
int nosys();
int exit();
@@ -519,4 +518,10 @@ struct sysent sysent[] = {
#endif
};
-int nsysent = sizeof(sysent) / sizeof(sysent[0]);
+struct sysentvec aout_sysvec = {
+ sizeof (sysent) / sizeof (sysent[0]),
+ sysent,
+ 0,
+ 0,
+ 0
+};
OpenPOWER on IntegriCloud