summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_sysvec.c')
-rw-r--r--sys/kern/init_sysvec.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys/kern/init_sysvec.c b/sys/kern/init_sysvec.c
deleted file mode 100644
index 35a04e2..0000000
--- a/sys/kern/init_sysvec.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * sysentvec for native FreeBSD a.out executable format.
- *
- * $Id: init_sysvec.c,v 1.5 1997/08/02 14:31:26 bde Exp $
- */
-
-#include <sys/param.h>
-#include <sys/sysent.h>
-#include <sys/syscall.h>
-#include <sys/signalvar.h>
-#include <machine/md_var.h>
-
-struct sysentvec aout_sysvec = {
- SYS_MAXSYSCALL,
- sysent,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- sendsig,
- sigcode,
- &szsigcode,
- 0,
- "FreeBSD a.out"
-};
OpenPOWER on IntegriCloud