[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kio/kio
From:       Hasso Tepper <hasso () kde ! org>
Date:       2009-01-29 9:07:29
Message-ID: 1233220049.711317.24625.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 918104 by hasso:

Make stat method default for FreeBSD and DragonFly which makes KDE4 fly on
these platforms. Tested by many FreeBSD ports users and by me on DragonFly.


 M  +2 -0      kdirwatch.cpp  


--- trunk/KDE/kdelibs/kio/kio/kdirwatch.cpp #918103:918104
@@ -91,6 +91,8 @@
   } else {
 #ifdef Q_OS_WIN
     return KDirWatchPrivate::QFSWatch;
+#elif defined(Q_OS_FREEBSD)
+    return KDirWatchPrivate::Stat;
 #else
     return KDirWatchPrivate::INotify;
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic