SOURCES: fam-gcc4.patch (NEW) removed extra qualification

wiget wiget at pld-linux.org
Mon Feb 20 13:36:55 CET 2006


Author: wiget                        Date: Mon Feb 20 12:36:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
removed extra qualification

---- Files affected:
SOURCES:
   fam-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fam-gcc4.patch
diff -u /dev/null SOURCES/fam-gcc4.patch:1.1
--- /dev/null	Mon Feb 20 13:36:55 2006
+++ SOURCES/fam-gcc4.patch	Mon Feb 20 13:36:50 2006
@@ -0,0 +1,13 @@
+--- fam-2.7.0/src/DNotify.h.wiget	2006-02-20 13:34:22.000000000 +0100
++++ fam-2.7.0/src/DNotify.h	2006-02-20 13:34:41.000000000 +0100
+@@ -59,8 +59,8 @@
+     static int pipe_write_fd;
+     static int pipe_read_fd;
+     static int change_queue[QUEUESIZE];
+-    static volatile sig_atomic_t DNotify::queue_overflowed;
+-    static volatile sig_atomic_t DNotify::queue_changed;
++    static volatile sig_atomic_t queue_overflowed;
++    static volatile sig_atomic_t queue_changed;
+     static volatile int queue_head; // Only modified by read handler
+     static volatile int queue_tail; // Only modified by signal handler
+     static EventHandler ehandler;
================================================================


More information about the pld-cvs-commit mailing list