SOURCES: fam-gcc4.patch - s/NULL/0/.
pluto
pluto at pld-linux.org
Sat Aug 30 13:48:37 CEST 2008
Author: pluto Date: Sat Aug 30 11:48:37 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- s/NULL/0/.
---- Files affected:
SOURCES:
fam-gcc4.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/fam-gcc4.patch
diff -u SOURCES/fam-gcc4.patch:1.1 SOURCES/fam-gcc4.patch:1.2
--- SOURCES/fam-gcc4.patch:1.1 Mon Feb 20 13:36:50 2006
+++ SOURCES/fam-gcc4.patch Sat Aug 30 13:48:31 2008
@@ -11,3 +11,14 @@
static volatile int queue_head; // Only modified by read handler
static volatile int queue_tail; // Only modified by signal handler
static EventHandler ehandler;
+--- fam-2.7.0/src/Interest.h.orig 2008-08-30 13:44:30.000000000 +0200
++++ fam-2.7.0/src/Interest.h 2008-08-30 13:45:14.000000000 +0200
+@@ -81,7 +81,7 @@
+ protected:
+
+ bool do_stat();
+- virtual void post_event(const Event&, const char * = NULL) = 0;
++ virtual void post_event(const Event&, const char * = 0) = 0;
+ char& ci_bits() { return ci_char; }
+ char& dir_bits() { return dir_char; }
+ const char& ci_bits() const { return ci_char; }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/fam-gcc4.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list