From c21ad768f77e67197859c3eb28bfc36e5f83cd17 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 19 Jun 2009 17:39:03 +0000 Subject: Make the 64 bit bootblocks compile again after the changes. --- sys/arch/sgi/stand/boot/arcbios.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/sgi/stand/boot/arcbios.c b/sys/arch/sgi/stand/boot/arcbios.c index 02a4139f624..cd7318634fd 100644 --- a/sys/arch/sgi/stand/boot/arcbios.c +++ b/sys/arch/sgi/stand/boot/arcbios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcbios.c,v 1.10 2009/05/30 03:59:27 miod Exp $ */ +/* $OpenBSD: arcbios.c,v 1.11 2009/06/19 17:39:02 miod Exp $ */ /*- * Copyright (c) 1996 M. Warner Losh. All rights reserved. * Copyright (c) 1996-2004 Opsycon AB. All rights reserved. @@ -31,12 +31,14 @@ #include #include #include +#include #include #include static int bios_is_32bit; +u_int kl_n_shift = 32; int arcbios_init(void); const char *boot_get_path_component(const char *, char *, int *); const char *boot_getnr(const char *, int *); -- cgit v1.2.3