]> git.pld-linux.org Git - packages/kdelibs.git/commitdiff
- updated
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Apr 2009 14:52:05 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdelibs-inotify.patch -> 1.2

kdelibs-inotify.patch

index 090f55d36c8b7b1a36a831096e7eb5d8ea88ccc2..c532aba4a6f32de0a367cf9931598219cfe7be0f 100644 (file)
@@ -1,10 +1,9 @@
---- kdelibs-3.5.10/kio/kio/kdirwatch.cpp.org   2008-11-06 18:36:38.663669249 +0100
-+++ kdelibs-3.5.10/kio/kio/kdirwatch.cpp       2008-11-06 18:37:21.566582248 +0100
-@@ -68,38 +68,7 @@
+--- 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>
  #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>
@@ -23,7 +22,9 @@
 -{
 -  return syscall (__NR_inotify_rm_watch, fd, wd);
 -}
+-#endif
 -
+-#ifdef HAVE_INOTIFY
 -#ifndef  IN_ONLYDIR
 -#define  IN_ONLYDIR 0x01000000 
 -#endif
@@ -35,7 +36,6 @@
 -#ifndef IN_MOVE_SELF
 -#define IN_MOVE_SELF 0x00000800
 -#endif
--
 +#include <sys/inotify.h>
  #endif
  
This page took 0.145652 seconds and 4 git commands to generate.