diff options
Diffstat (limited to 'sys/kern/init_sysvec.c')
-rw-r--r-- | sys/kern/init_sysvec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_sysvec.c b/sys/kern/init_sysvec.c index 3e20383..35a04e2 100644 --- a/sys/kern/init_sysvec.c +++ b/sys/kern/init_sysvec.c @@ -1,7 +1,7 @@ /* * sysentvec for native FreeBSD a.out executable format. * - * $Id: init_sysvec.c,v 1.4 1997/02/22 09:38:59 peter Exp $ + * $Id: init_sysvec.c,v 1.5 1997/08/02 14:31:26 bde Exp $ */ #include <sys/param.h> @@ -19,6 +19,7 @@ struct sysentvec aout_sysvec = { 0, 0, 0, + 0, sendsig, sigcode, &szsigcode, |