artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b0b5b
)
pica also uses elf
author
pefo
<pefo@openbsd.org>
Thu, 2 May 1996 08:33:15 +0000
(08:33 +0000)
committer
pefo
<pefo@openbsd.org>
Thu, 2 May 1996 08:33:15 +0000
(08:33 +0000)
sys/kern/exec_conf.c
patch
|
blob
|
history
diff --git
a/sys/kern/exec_conf.c
b/sys/kern/exec_conf.c
index
f2f9017
..
4bb8a72
100644
(file)
--- a/
sys/kern/exec_conf.c
+++ b/
sys/kern/exec_conf.c
@@
-40,7
+40,7
@@
#define EXEC_ECOFF
#endif
-#if defined(COMPAT_SVR4) || defined(COMPAT_LINUX)
+#if defined(COMPAT_SVR4) || defined(COMPAT_LINUX)
|| defined(pica)
#undef EXEC_ELF
#define EXEC_ELF
#endif