From: Michael Brown Date: Tue, 3 May 2005 11:56:33 +0000 (+0000) Subject: #if 0 out the whole file for now; it cannot be linked because the base X-Git-Tag: v0.9.3~1729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8e46f2f35f05828bec1e87ccdf5c208f962e51;p=thirdparty%2Fipxe.git #if 0 out the whole file for now; it cannot be linked because the base memory interface has changed. --- diff --git a/src/arch/i386/drivers/net/undi.c b/src/arch/i386/drivers/net/undi.c index 6ccfa814e..38edf303b 100644 --- a/src/arch/i386/drivers/net/undi.c +++ b/src/arch/i386/drivers/net/undi.c @@ -26,7 +26,7 @@ $Id$ * your option) any later version. */ -#ifdef PCBIOS +#if 0 /* to get some global routines like printf */ #include "etherboot.h"