diff options
Diffstat (limited to 'sys/compat/svr4/svr4_exec.c')
-rw-r--r-- | sys/compat/svr4/svr4_exec.c | 3 |
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, }; |