packages: kde4-kde3support/kdelibs-inotify.patch - fixed, now it applies
hawk
hawk at pld-linux.org
Thu Jul 2 22:39:16 CEST 2009
Author: hawk Date: Thu Jul 2 20:39:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed, now it applies
---- Files affected:
packages/kde4-kde3support:
kdelibs-inotify.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/kde4-kde3support/kdelibs-inotify.patch
diff -u packages/kde4-kde3support/kdelibs-inotify.patch:1.2 packages/kde4-kde3support/kdelibs-inotify.patch:1.3
--- packages/kde4-kde3support/kdelibs-inotify.patch:1.2 Thu Apr 23 16:52:05 2009
+++ packages/kde4-kde3support/kdelibs-inotify.patch Thu Jul 2 22:39:10 2009
@@ -1,9 +1,9 @@
---- kdelibs-3.5.10/kio/kio/kdirwatch.cpp~ 2009-04-23 17:42:34.000000000 +0300
-+++ kdelibs-3.5.10/kio/kio/kdirwatch.cpp 2009-04-23 17:51:10.164116136 +0300
-@@ -71,38 +71,7 @@
- #include <unistd.h>
+--- kdelibs-3.5.10/kio/kio/kdirwatch.cpp.orig 2006-07-22 10:16:37.000000000 +0200
++++ kdelibs-3.5.10/kio/kio/kdirwatch.cpp 2009-07-02 22:37:09.776616849 +0200
+@@ -69,37 +69,7 @@
#include <fcntl.h>
#include <sys/syscall.h>
+ #include <linux/types.h>
-// Linux kernel headers are documented to not compile
-#define _S390_BITOPS_H
-#include <linux/inotify.h>
@@ -22,9 +22,7 @@
-{
- return syscall (__NR_inotify_rm_watch, fd, wd);
-}
--#endif
-
--#ifdef HAVE_INOTIFY
-#ifndef IN_ONLYDIR
-#define IN_ONLYDIR 0x01000000
-#endif
@@ -36,6 +34,7 @@
-#ifndef IN_MOVE_SELF
-#define IN_MOVE_SELF 0x00000800
-#endif
+-
+#include <sys/inotify.h>
#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kde3support/kdelibs-inotify.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list