]> git.pld-linux.org Git - packages/cronie.git/blobdiff - inotify-nosys.patch
- conflict with old versions of syslog packages
[packages/cronie.git] / inotify-nosys.patch
index e37132de946c7a566144e5b91ce95d81e6d65062..556176de3ad42fd29633f204d2ac9ff83c5ae170 100644 (file)
@@ -1,17 +1,17 @@
---- cronie-1.4.1/src/cron.h~   2009-06-01 10:46:08.000000000 +0300
-+++ cronie-1.4.1/src/cron.h    2009-08-13 13:32:40.909067818 +0300
-@@ -40,7 +40,11 @@
- #endif
+--- cronie-1.4.1/src/cron.c~   2009-06-01 10:46:08.000000000 +0300
++++ cronie-1.4.1/src/cron.c    2009-08-13 13:32:40.909067818 +0300
+@@ -41,7 +41,11 @@
+ #include <unistd.h>
  
  #ifdef WITH_INOTIFY
 +#ifdef SYS_INOTIFY_H_EXISTS_AND_WORKS
- #include <sys/inotify.h>
+ # include <sys/inotify.h>
 +#else
 +#include "inotify-nosys.h"
 +#endif
  #endif
  
- #include "pathnames.h"
+ #ifdef HAVE_SYS_FCNTL_H
 --- cronie-1.4.1/configure.ac~ 2009-08-13 13:56:08.000000000 +0300
 +++ cronie-1.4.1/configure.ac  2009-08-13 13:56:11.295316050 +0300
 @@ -27,7 +27,6 @@
This page took 0.034258 seconds and 4 git commands to generate.