]> git.pld-linux.org Git - packages/fam.git/commitdiff
removed extra qualification
authorArtur Frysiak <artur@frysiak.net>
Mon, 20 Feb 2006 12:36:50 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fam-gcc4.patch -> 1.1

fam-gcc4.patch [new file with mode: 0644]

diff --git a/fam-gcc4.patch b/fam-gcc4.patch
new file mode 100644 (file)
index 0000000..c255258
--- /dev/null
@@ -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;
This page took 0.092619 seconds and 4 git commands to generate.