summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 20:20:46 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 20:20:46 +0000
commite116eae02a3afd7e92c9d2cb89287f3ed0a40a74 (patch)
treee89ddc1607b9fecbc9834c80bb8c2faca9c9cbf1
parent4ffa66454a374d98a50a202e21039b1a7badc011 (diff)
elf64, not elf.
-rw-r--r--sys/arch/sparc64/include/exec.h4
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__