diff options
Diffstat (limited to 'x11/kdelibs3/patches/patch-ck')
-rw-r--r-- | x11/kdelibs3/patches/patch-ck | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs3/patches/patch-ck b/x11/kdelibs3/patches/patch-ck deleted file mode 100644 index 131de6f4738..00000000000 --- a/x11/kdelibs3/patches/patch-ck +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ck,v 1.1 2005/03/17 09:46:36 markd Exp $ - ---- dcop/dcopserver.cpp.orig 2004-08-09 21:25:42.000000000 +1200 -+++ dcop/dcopserver.cpp -@@ -952,7 +952,7 @@ DCOPServer::DCOPServer(bool _suicide) - } - - char errormsg[256]; -- int orig_umask = umask(0); /*old libICE's don't reset the umask() they set */ -+ int orig_umask = umask(077); /*old libICE's don't reset the umask() they set */ - if (!IceListenForConnections (&numTransports, &listenObjs, - 256, errormsg)) - { |