SOURCES: drizzle-bools.patch (NEW) - TRUE/FALSE undefined, add local defines

glen glen at pld-linux.org
Mon Dec 1 23:41:54 CET 2008


Author: glen                         Date: Mon Dec  1 22:41:54 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- TRUE/FALSE undefined, add local defines

---- Files affected:
SOURCES:
   drizzle-bools.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/drizzle-bools.patch
diff -u /dev/null SOURCES/drizzle-bools.patch:1.1
--- /dev/null	Mon Dec  1 23:41:54 2008
+++ SOURCES/drizzle-bools.patch	Mon Dec  1 23:41:48 2008
@@ -0,0 +1,15 @@
+--- drizzle/client/drizzle.cc~	2008-12-01 23:04:13.000000000 +0200
++++ drizzle/client/drizzle.cc	2008-12-02 00:31:50.368065542 +0200
+@@ -43,6 +43,12 @@
+ #include <signal.h>
+ #include <sys/ioctl.h>
+ 
++#ifndef TRUE
++#define TRUE 1
++#endif
++#ifndef FALSE
++#define FALSE 0
++#endif
+ 
+ #if defined(HAVE_LOCALE_H)
+ #include <locale.h>
================================================================


More information about the pld-cvs-commit mailing list