diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 20:19:04 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 20:19:04 +0000 |
commit | 4ffa66454a374d98a50a202e21039b1a7badc011 (patch) | |
tree | 9b4b4fc8169bc7ce9c93dedd393735ebdcd6a6e5 /sys/arch/sparc64 | |
parent | b9aecfa0d0cedd459c526e704df4f93ab04d8575 (diff) |
_NLIST_DO_ELF and _KERN_DO_ELF are needed too.
This really needs a cleanup.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/exec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/exec.h b/sys/arch/sparc64/include/exec.h index 4e7a0df9bcb..a832252052b 100644 --- a/sys/arch/sparc64/include/exec.h +++ b/sys/arch/sparc64/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.3 2001/08/19 20:13:52 art Exp $ */ +/* $OpenBSD: exec.h,v 1.4 2001/08/19 20:19:03 art Exp $ */ /* $NetBSD: elf_machdep.h,v 1.7 2001/02/11 00:18:49 eeh Exp $ */ #define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB @@ -14,6 +14,8 @@ break; #define NATIVE_EXEC_ELF +#define _KERN_DO_ELF +#define _NLIST_DO_ELF #ifdef __arch64__ #define ARCH_ELFSIZE 64 /* MD native binary size */ |