summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysvec.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-04-28 18:15:08 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-04-28 18:15:08 +0000
commit288078be0fb8fe3e781a3e76038d6af644bdfc2e (patch)
tree561ec9574b075f6ba5fced9696f38ba7a6cfa79b /sys/kern/init_sysvec.c
parent71358584f318305a3166a8f23096acb452eed957 (diff)
Notes
Diffstat (limited to 'sys/kern/init_sysvec.c')
-rw-r--r--sys/kern/init_sysvec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/init_sysvec.c b/sys/kern/init_sysvec.c
index 3e203836170c..35a04e2cd227 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,