summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp')
-rw-r--r--x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp b/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp
deleted file mode 100644
index 964c065c99af..000000000000
--- a/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./kio/kio/kdirwatch.cpp.orgi 2009-01-27 18:07:49.000000000 +0100
-+++ ./kio/kio/kdirwatch.cpp 2009-01-27 18:15:04.000000000 +0100
-@@ -89,6 +89,9 @@
- } else if (method == "QFSWatch") {
- return KDirWatchPrivate::QFSWatch;
- } else {
-+#ifdef Q_OS_FREEBSD
-+ return KDirWatchPrivate::Stat;
-+#endif
- #ifdef Q_OS_WIN
- return KDirWatchPrivate::QFSWatch;
- #else
-@@ -159,7 +162,7 @@
-
- #ifdef HAVE_FAM
- // It's possible that FAM server can't be started
-- if (FAMOpen(&fc) ==0) {
-+ if (m_preferredMethod == Fam && FAMOpen(&fc) ==0) {
- availableMethods << "FAM";
- use_fam=true;
- sn = new QSocketNotifier( FAMCONNECTION_GETFD(&fc),