Author: witekfl Date: Fri Mar 2 18:07:18 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - compilation fix
---- Files affected: SOURCES: kernel-video-viafb-bool.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-video-viafb-bool.patch diff -u /dev/null SOURCES/kernel-video-viafb-bool.patch:1.1 --- /dev/null Fri Mar 2 19:07:18 2007 +++ SOURCES/kernel-video-viafb-bool.patch Fri Mar 2 19:07:13 2007 @@ -0,0 +1,11 @@ +--- Linux-FBDev-kernel-src_2.6.00.02a/share.h.old 2007-03-02 18:55:31.000000000 +0100 ++++ Linux-FBDev-kernel-src_2.6.00.02a/share.h 2007-03-02 18:56:37.000000000 +0100 +@@ -31,7 +31,7 @@ + + /* S.T.Chen[2005.12.26]: Define Boolean Value */ + #ifndef bool +-typedef int bool; ++#define bool int + #endif + + #ifndef TRUE ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
