diff options
author | 2001-08-19 20:20:45 +0000 | |
---|---|---|
committer | 2001-08-19 20:20:45 +0000 | |
commit | 6cfad0915e684155974ad7e6d5d057e93a9e23ed (patch) | |
tree | eba12e3e3e149b0579fa7a12c088d592656154ad | |
parent | _NLIST_DO_ELF and _KERN_DO_ELF are needed too. (diff) | |
download | wireguard-openbsd-6cfad0915e684155974ad7e6d5d057e93a9e23ed.tar.xz wireguard-openbsd-6cfad0915e684155974ad7e6d5d057e93a9e23ed.zip |
elf64, not elf.
-rw-r--r-- | sys/arch/sparc64/include/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/exec.h b/sys/arch/sparc64/include/exec.h index a832252052b..3773b9ea9fb 100644 --- a/sys/arch/sparc64/include/exec.h +++ b/sys/arch/sparc64/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.4 2001/08/19 20:19:03 art Exp $ */ +/* $OpenBSD: exec.h,v 1.5 2001/08/19 20:20:45 art Exp $ */ /* $NetBSD: elf_machdep.h,v 1.7 2001/02/11 00:18:49 eeh Exp $ */ #define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB @@ -14,7 +14,7 @@ break; #define NATIVE_EXEC_ELF -#define _KERN_DO_ELF +#define _KERN_DO_ELF64 #define _NLIST_DO_ELF #ifdef __arch64__ |