From 589e13bd6f6e86ea5cb08cfffba115bcb916aa14 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sat, 23 Nov 2002 16:05:40 +0000 Subject: [PATCH] Define both BOOT_ELF32 and BOOT_ELF64 --- sys/arch/x86_64/include/loadfile_machdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/x86_64/include/loadfile_machdep.h b/sys/arch/x86_64/include/loadfile_machdep.h index dde5c95265b7..93eacea68d54 100644 --- a/sys/arch/x86_64/include/loadfile_machdep.h +++ b/sys/arch/x86_64/include/loadfile_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: loadfile_machdep.h,v 1.2 2001/10/31 17:20:50 thorpej Exp $ */ +/* $NetBSD: loadfile_machdep.h,v 1.3 2002/11/23 16:05:40 fvdl Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#define BOOT_ELF32 #define BOOT_ELF64 #define LOAD_KERNEL (LOAD_ALL & ~LOAD_TEXTA)