[-]
[+]
|
Changed |
inotify-tools.spec
|
|
[-]
[+]
|
Added |
inotify-tools.patch
^
|
@@ -0,0 +1,11 @@
+--- libinotifytools/src/inotifytools.c.orig 2008-12-25 15:01:28.000000000 +0100
++++ libinotifytools/src/inotifytools.c 2008-12-25 15:02:40.000000000 +0100
+@@ -882,7 +882,7 @@
+ /**
+ * @internal
+ */
+-watch *create_watch(int wd, char *filename) {
++void watch *create_watch(int wd, char *filename) {
+ if ( wd <= 0 || !filename) return 0;
+
+ watch *w = (watch*)calloc(1, sizeof(watch));
|
|
Deleted |
inotify-tools-3.11.tar.gz
^
|
|
Renamed |
inotify-tools-3.13.tar.bz2
^
|