Index: modules/inotify-path.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/inotify-path.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- modules/inotify-path.c 10 Dec 2005 23:50:19 -0000 1.1 +++ modules/inotify-path.c 12 Dec 2005 16:03:49 -0000 1.2 @@ -24,6 +24,10 @@ */ #include "config.h" + +/* Don't put conflicting kernel types in the global namespace: */ +#define __KERNEL_STRICT_NAMES + #include "local_inotify.h" #if 0 #ifdef HAVE_SYS_INOTIFY_H