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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/file
From:       Allen Winter <winter () kde ! org>
Date:       2008-12-05 0:45:03
Message-ID: 1228437903.659411.22278.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 892695 by winterz:

check for HAVE_LIMITS_H before including limits.h
do not use Q_OS_FOO unless really, really necessary -- this is why
we have discovery stuff in ConfigureChecks.cmake


 M  +1 -1      file_unix.cpp  


--- trunk/KDE/kdelibs/kioslave/file/file_unix.cpp #892694:892695
@@ -41,7 +41,7 @@
 #include <utime.h>
 #include <pwd.h>
 
-#ifdef Q_OS_UNIX
+#if defined(HAVE_LIMITS_H)
 #include <limits.h>  // PATH_MAX
 #endif
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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