]> git.pld-linux.org Git - packages/fam.git/blame - fam-gcc4.patch
- include example in -devel
[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;
This page took 0.049875 seconds and 4 git commands to generate.