Author: zbyniu Date: Thu May 4 22:27:53 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - simple gcc4 patch from FC
---- Files affected: SOURCES: mknbi-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mknbi-gcc4.patch diff -u /dev/null SOURCES/mknbi-gcc4.patch:1.1 --- /dev/null Fri May 5 00:27:53 2006 +++ SOURCES/mknbi-gcc4.patch Fri May 5 00:27:48 2006 @@ -0,0 +1,11 @@ +--- mknbi-1.4.4/nfl.c.orig 2005-05-01 22:30:06.000000000 +0200 ++++ mknbi-1.4.4/nfl.c 2005-05-01 22:31:10.000000000 +0200 +@@ -124,7 +124,7 @@ + static unsigned short menu_cols = 0x0800; + + /* Terminal types. */ +-static int terminal = TERMINAL_CONSOLE; ++int terminal = TERMINAL_CONSOLE; + + /* Defined in ANSI.C */ + extern unsigned short rows, columns, attr; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
