From: Michael Brown Date: Wed, 30 Aug 2006 13:55:52 +0000 (+0000) Subject: Hopefully fix gcc3 build issue X-Git-Tag: v0.9.3~1061 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c399e88aa3658c792e7a11896d99803b3cbdf3ba;p=thirdparty%2Fipxe.git Hopefully fix gcc3 build issue --- diff --git a/src/core/serial.c b/src/core/serial.c index 52cf0e44b..94bb8d120 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -91,7 +91,7 @@ #define uart_writeb(val,addr) outb((val),(addr)) #endif -struct console_driver serial_console; +struct console_driver serial_console __console_driver; /* * void serial_putc(int ch);