Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-)
authorniklas <niklas@openbsd.org>
Fri, 13 Sep 1996 17:09:53 +0000 (17:09 +0000)
committerniklas <niklas@openbsd.org>
Fri, 13 Sep 1996 17:09:53 +0000 (17:09 +0000)
sys/compat/svr4/svr4_exec.c

index 7639f8b..e42f6d8 100644 (file)
@@ -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,
 };