summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2/ibcs2_exec.c
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-08-31 09:24:11 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-08-31 09:24:11 +0000
commit01bebf01277503d67e1a208085b2a86a44154993 (patch)
tree52453faa1c5020bbe77bdc7409a023f4cd45fa41 /sys/compat/ibcs2/ibcs2_exec.c
parent29228bcb2229da01995293a5cb6e28c3788af684 (diff)
Cleanup exec
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_exec.c')
-rw-r--r--sys/compat/ibcs2/ibcs2_exec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/ibcs2/ibcs2_exec.c b/sys/compat/ibcs2/ibcs2_exec.c
index 32121f88b95..f91d08f4460 100644
--- a/sys/compat/ibcs2/ibcs2_exec.c
+++ b/sys/compat/ibcs2/ibcs2_exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ibcs2_exec.c,v 1.3 1996/08/02 20:35:04 niklas Exp $ */
+/* $OpenBSD: ibcs2_exec.c,v 1.4 1996/08/31 09:24:02 pefo Exp $ */
/* $NetBSD: ibcs2_exec.c,v 1.11 1996/05/03 17:05:19 christos Exp $ */
/*
@@ -92,6 +92,7 @@ struct emul emul_ibcs2 = {
0,
copyargs,
setregs,
+ NULL,
sigcode,
esigcode,
};