From a2777beb22f9cf6133eb3504dd6c60dd588003c6 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 15 May 2001 12:10:43 +0000 Subject: have stage1-full with pcmcia also compile with dietlibc, cool! --- mdk-stage1/pcmcia/cardmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pcmcia') diff --git a/mdk-stage1/pcmcia/cardmgr.c b/mdk-stage1/pcmcia/cardmgr.c index f461ed180..40b5e6a0f 100644 --- a/mdk-stage1/pcmcia/cardmgr.c +++ b/mdk-stage1/pcmcia/cardmgr.c @@ -683,7 +683,7 @@ static void adjust_resources(void) sprintf(tmp, "irq %u", al->adj.resource.irq.IRQ); break; } - log_message("CM: could not adjust resource: %s: %m", tmp); + log_message("CM: could not adjust resource: %s: %s", tmp, strerror(errno)); } } } -- cgit v1.2.1