johu        14/03/10 10:21:27

  Added:                kencfs-1.3.0-build-fix.patch
  Log:
  Version bump wrt bug #504054. Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.1                  app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch?rev=1.1&content-type=text/plain

Index: kencfs-1.3.0-build-fix.patch
===================================================================
diff -ruN kencfs-1.3.0.old/qtlocalpeer.cpp kencfs-1.3.0/qtlocalpeer.cpp
--- kencfs-1.3.0.old/qtlocalpeer.cpp    2013-01-08 21:04:48.000000000 +0100
+++ kencfs-1.3.0/qtlocalpeer.cpp        2014-03-10 11:03:16.909581255 +0100
@@ -100,7 +100,7 @@
         socketName += QLatin1Char('-') + QString::number(sessionId, 16);
     }
 #else
-    socketName += QLatin1Char('-') + QString::number(QtLP_Private::getuid(), 
16);
+    socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
 #endif
 
     server = new QLocalServer(this);




Reply via email to