diff -dpruN fam-2.7.0.orig/src/DNotify.h fam-2.7.0/src/DNotify.h --- fam-2.7.0.orig/src/DNotify.h 2005-11-16 08:49:13.000000000 +0100 +++ fam-2.7.0/src/DNotify.h 2005-11-16 08:54:04.972188928 +0100 @@ -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;