Magellan Linux

Annotation of /trunk/fam/patches/fam-2.7.0-gcc41.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 724 byte(s)
-import

1 niro 144 diff -dpruN fam-2.7.0.orig/src/DNotify.h fam-2.7.0/src/DNotify.h
2     --- fam-2.7.0.orig/src/DNotify.h 2005-11-16 08:49:13.000000000 +0100
3     +++ fam-2.7.0/src/DNotify.h 2005-11-16 08:54:04.972188928 +0100
4     @@ -59,8 +59,8 @@ private:
5     static int pipe_write_fd;
6     static int pipe_read_fd;
7     static int change_queue[QUEUESIZE];
8     - static volatile sig_atomic_t DNotify::queue_overflowed;
9     - static volatile sig_atomic_t DNotify::queue_changed;
10     + static volatile sig_atomic_t queue_overflowed;
11     + static volatile sig_atomic_t queue_changed;
12     static volatile int queue_head; // Only modified by read handler
13     static volatile int queue_tail; // Only modified by signal handler
14     static EventHandler ehandler;