From 813b2f15cf7f7952d176f976b04e6a442d7d55ea Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 30 Jul 1998 00:27:04 +0000 Subject: [PATCH] allow ELFSIZE to be pre-defined --- sys/arch/sparc64/stand/ofwboot/boot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index 01dd84950c1f..50b1cc89bc41 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.1.1.1 1998/06/20 04:58:53 eeh Exp $ */ +/* $NetBSD: boot.c,v 1.2 1998/07/30 00:27:04 mrg Exp $ */ /* * Copyright (c) 1997 Jason R. Thorpe. All rights reserved. @@ -42,7 +42,9 @@ * [promdev[{:|,}partition]]/[filename] [flags] */ +#ifndef ELFSIZE #define ELFSIZE 32 /* We use 32-bit ELF. */ +#endif #include #include