From: niklas Date: Fri, 13 Sep 1996 17:09:53 +0000 (+0000) Subject: Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=627890b3be8de374812bd976252ed24966dd2137;p=openbsd Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) --- diff --git a/sys/compat/svr4/svr4_exec.c b/sys/compat/svr4/svr4_exec.c index 7639f8b0a21..e42f6d8053c 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.4 1996/08/31 09:24:05 pefo Exp $ */ +/* $OpenBSD: svr4_exec.c,v 1.5 1996/09/13 17:09:53 niklas Exp $ */ /* $NetBSD: svr4_exec.c,v 1.16 1995/10/14 20:24:20 christos Exp $ */ /* @@ -71,7 +71,7 @@ struct emul emul_svr4 = { SVR4_AUX_ARGSIZ, svr4_copyargs, setregs, - NULL, + exec_elf_fixup, svr4_sigcode, svr4_esigcode, };