diff options
Diffstat (limited to 'sys/kern/init_sysvec.c')
-rw-r--r-- | sys/kern/init_sysvec.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/init_sysvec.c b/sys/kern/init_sysvec.c index 379a1bf..3e20383 100644 --- a/sys/kern/init_sysvec.c +++ b/sys/kern/init_sysvec.c @@ -1,14 +1,11 @@ /* * sysentvec for native FreeBSD a.out executable format. * - * $Id$ + * $Id: init_sysvec.c,v 1.4 1997/02/22 09:38:59 peter Exp $ */ -#include <sys/types.h> #include <sys/param.h> -#include <sys/mount.h> #include <sys/sysent.h> -#include <sys/sysproto.h> #include <sys/syscall.h> #include <sys/signalvar.h> #include <machine/md_var.h> |