Revision 7df5a79...

Go back to digest for 11th September 2011

Bug Fixes in KDE Base

Alex Fiestas committed changes in [kdelibs/KDE/4.7] kdecore/io/kdirwatch.cpp:

Fix KDirWatch when using Kernel 3.0

To know INotify is available in the kernel we are checking for a
kernel newer than 2.6.14, that's all allright but the problem is
that the Kernel version format has changed and now we can't be sure
that it is going to be formed by 3 numbers.
Basically we where checking for:

%d.%d.%d and now it can be %d.%d as it is with 3.0

This patch what does is check if the kernel is 2.6, if it is then
it proceed with the version checking.

File Changes

Modified 1 files
  • kdecore/io/kdirwatch.cpp
1 files changed in total