From 627890b3be8de374812bd976252ed24966dd2137 Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 13 Sep 1996 17:09:53 +0000 Subject: [PATCH] Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) --- sys/compat/svr4/svr4_exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }; -- 2.20.1