summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/fam/files/fam-2.7.0-gcc41.patch')
-rw-r--r--app-admin/fam/files/fam-2.7.0-gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-admin/fam/files/fam-2.7.0-gcc41.patch b/app-admin/fam/files/fam-2.7.0-gcc41.patch
deleted file mode 100644
index 9f060ce06b1f..000000000000
--- a/app-admin/fam/files/fam-2.7.0-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/DNotify.h
-+++ b/src/DNotify.h
-@@ -59,8 +59,8 @@ private:
- 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;