You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
551 B
20 lines
551 B
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
|