diff options
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r-- | sys/arch/sh/include/exec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sh/include/exec.h b/sys/arch/sh/include/exec.h index 48a968037f4..f4bc66f3923 100644 --- a/sys/arch/sh/include/exec.h +++ b/sys/arch/sh/include/exec.h @@ -1,10 +1,8 @@ -/* $OpenBSD: exec.h,v 1.2 2006/11/10 20:34:06 drahn Exp $ */ +/* $OpenBSD: exec.h,v 1.3 2012/09/11 15:44:18 deraadt Exp $ */ /* $NetBSD: elf_machdep.h,v 1.8 2002/04/28 17:10:34 uch Exp $ */ #define __LDPGSZ 4096 -#define NATIVE_EXEC_ELF - #define ARCH_ELFSIZE 32 /* MD native binary size */ #define ELF_TARG_CLASS ELFCLASS32 #ifdef __LITTLE_ENDIAN__ |