From e16d8501ed1013240e6ef54e1693efb298324520 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Mon, 8 Jun 2009 18:30:59 +0200 Subject: [PATCH] Correct signe of response according Gestalt signature Signed-off-by: Laurent Vivier --- second/arch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second/arch.c b/second/arch.c index b849bb2..a91dad2 100644 --- a/second/arch.c +++ b/second/arch.c @@ -131,7 +131,7 @@ void arch_init() if (arch_type == gestaltPowerPC) { - unsigned long response; + long response; /* OpenFirmware implies PCI */