From 4ffa66454a374d98a50a202e21039b1a7badc011 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sun, 19 Aug 2001 20:19:04 +0000 Subject: _NLIST_DO_ELF and _KERN_DO_ELF are needed too. This really needs a cleanup. --- sys/arch/sparc64/include/exec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64/include/exec.h') 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 */ -- cgit v1.2.3