diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:41:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:41:04 +0000 |
commit | 1ede03dd7fa608e6291d01ed820fe1d9af24eba4 (patch) | |
tree | e34af80bd2fb04ef04d32c8d2549948c8d916eb2 /sys/arch | |
parent | 2cb8afed5a503ed3d7873bc27993bd3cc79af52e (diff) |
Allow native ELF binaries (none yet) to run.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/m68k/include/exec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/exec.h b/sys/arch/m68k/include/exec.h index 91334b673f6..1a1d1d85d9a 100644 --- a/sys/arch/m68k/include/exec.h +++ b/sys/arch/m68k/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.4 2010/07/02 19:57:14 tedu Exp $ */ +/* $OpenBSD: exec.h,v 1.5 2012/12/31 10:41:03 miod Exp $ */ /* $NetBSD: exec.h,v 1.8 1994/11/21 21:33:39 gwr Exp $ */ /* @@ -57,6 +57,7 @@ struct relocation_info_m68k { #define _NLIST_DO_ELF #define _KERN_DO_AOUT +#define _KERN_DO_ELF #define cpu_exec_aout_makecmds(p, epp) (ENOEXEC) |