[-]
[+]
|
Changed |
inotify-tools.spec
|
|
[-]
[+]
|
Deleted |
inotify-tools.patch
^
|
@@ -1,11 +0,0 @@
---- 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));
|
[-]
[+]
|
Added |
inotify-tools-rpmlintrc
^
|
@@ -0,0 +1 @@
+addFilter("no-return-in-nonvoid-function")
|