]> git.pld-linux.org Git - packages/fam.git/blame - fam-gcc4.patch
- build fixes, release 8.
[packages/fam.git] / fam-gcc4.patch
CommitLineData
c333bd92
AF
1--- fam-2.7.0/src/DNotify.h.wiget 2006-02-20 13:34:22.000000000 +0100
2+++ fam-2.7.0/src/DNotify.h 2006-02-20 13:34:41.000000000 +0100
3@@ -59,8 +59,8 @@
4 static int pipe_write_fd;
5 static int pipe_read_fd;
6 static int change_queue[QUEUESIZE];
7- static volatile sig_atomic_t DNotify::queue_overflowed;
8- static volatile sig_atomic_t DNotify::queue_changed;
9+ static volatile sig_atomic_t queue_overflowed;
10+ static volatile sig_atomic_t queue_changed;
11 static volatile int queue_head; // Only modified by read handler
12 static volatile int queue_tail; // Only modified by signal handler
13 static EventHandler ehandler;
aeb88d0e
PS
14--- fam-2.7.0/src/Interest.h.orig 2008-08-30 13:44:30.000000000 +0200
15+++ fam-2.7.0/src/Interest.h 2008-08-30 13:45:14.000000000 +0200
16@@ -81,7 +81,7 @@
17 protected:
18
19 bool do_stat();
20- virtual void post_event(const Event&, const char * = NULL) = 0;
21+ virtual void post_event(const Event&, const char * = 0) = 0;
22 char& ci_bits() { return ci_char; }
23 char& dir_bits() { return dir_char; }
24 const char& ci_bits() const { return ci_char; }
This page took 0.026134 seconds and 4 git commands to generate.