summaryrefslogtreecommitdiff
path: root/sys/compat/svr4
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/svr4
parent29228bcb2229da01995293a5cb6e28c3788af684 (diff)
Cleanup exec
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_exec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_exec.c b/sys/compat/svr4/svr4_exec.c
index dabbe692999..7639f8b0a21 100644
--- a/sys/compat/svr4/svr4_exec.c
+++ b/sys/compat/svr4/svr4_exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_exec.c,v 1.3 1996/08/02 20:35:37 niklas Exp $ */
+/* $OpenBSD: svr4_exec.c,v 1.4 1996/08/31 09:24:05 pefo Exp $ */
/* $NetBSD: svr4_exec.c,v 1.16 1995/10/14 20:24:20 christos Exp $ */
/*
@@ -71,6 +71,7 @@ struct emul emul_svr4 = {
SVR4_AUX_ARGSIZ,
svr4_copyargs,
setregs,
+ NULL,
svr4_sigcode,
svr4_esigcode,
};