@@ -1,5 +1,5 @@
--- php_inotify.h.orig 2009-12-30 17:27:59.000000000 +0100
-+++ php_inotify.h 2009-12-30 17:28:33.000000000 +0100
++++ php_inotify.h 2009-12-30 17:33:52.000000000 +0100
@@ -40,7 +40,14 @@
PHP_FUNCTION(inotify_queue_len);
PHP_FUNCTION(inotify_read);
@@ -7,7 +7,7 @@
-#define PHP_INOTIFY_VERSION "0.1.1"
+#define PHP_INOTIFY_VERSION "0.1.4"
+
-+# old glibc fix
++/* old glibc fix */
+#define IN_ONLYDIR 0x01000000 /* Only watch the path if it is a
+ directory. */
+#define IN_DONT_FOLLOW 0x02000000 /* Do not follow a sym link. */
|