diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
commit | ae925fd12cfb7f45b45cdc7d9949a532f7036b20 (patch) | |
tree | 806a9b8a6a49f2e117aa7a7926f3df486a4b6d79 /sys/arch/m68k/include/exec.h | |
parent | 60e9a7fdfa994a34001f5c17cd3a32546ee4e9a0 (diff) |
remove support for compat_sunos (and m68k4k). ok deraadt guenther
Diffstat (limited to 'sys/arch/m68k/include/exec.h')
-rw-r--r-- | sys/arch/m68k/include/exec.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/m68k/include/exec.h b/sys/arch/m68k/include/exec.h index 9838de6d92a..91334b673f6 100644 --- a/sys/arch/m68k/include/exec.h +++ b/sys/arch/m68k/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.3 2003/10/09 21:48:47 miod Exp $ */ +/* $OpenBSD: exec.h,v 1.4 2010/07/02 19:57:14 tedu Exp $ */ /* $NetBSD: exec.h,v 1.8 1994/11/21 21:33:39 gwr Exp $ */ /* @@ -57,8 +57,7 @@ struct relocation_info_m68k { #define _NLIST_DO_ELF #define _KERN_DO_AOUT -#if defined(COMPAT_LINUX) || defined(COMPAT_SVR4) -#define _KERN_DO_ELF -#endif + +#define cpu_exec_aout_makecmds(p, epp) (ENOEXEC) #endif /* _M68K_EXEC_H_ */ |