artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c41e5
)
Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-)
author
niklas
<niklas@openbsd.org>
Fri, 13 Sep 1996 17:09:53 +0000
(17:09 +0000)
committer
niklas
<niklas@openbsd.org>
Fri, 13 Sep 1996 17:09:53 +0000
(17:09 +0000)
sys/compat/svr4/svr4_exec.c
patch
|
blob
|
history
diff --git
a/sys/compat/svr4/svr4_exec.c
b/sys/compat/svr4/svr4_exec.c
index
7639f8b
..
e42f6d8
100644
(file)
--- 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,
};