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

List:       kde-commits
Subject:    kdesupport/indexlib
From:       Bernhard Rosenkraenzer <bero () arklinux ! org>
Date:       2005-11-28 21:30:39
Message-ID: 1133213439.231979.21500.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 483958 by bero:

Fix compile with gcc 3.4.5


 M  +1 -1      lockfile.cpp  


--- trunk/kdesupport/indexlib/lockfile.cpp #483957:483958
@@ -52,7 +52,7 @@
 }
 
 bool lockfile::trylock() {
-	int fd = open( filename_.c_str(), O_RDWR | O_EXCL | O_CREAT, 0600 );
+	int fd = ::open( filename_.c_str(), O_RDWR | O_EXCL | O_CREAT, 0600 );
 	locked_ = false;
 	if ( fd >= 0 ) {
 		locked_ = true;
[prev in list] [next in list] [prev in thread] [next in thread] 

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