summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-ck
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-ck')
-rw-r--r--x11/kdelibs3/patches/patch-ck13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-ck b/x11/kdelibs3/patches/patch-ck
new file mode 100644
index 00000000000..131de6f4738
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ck
@@ -0,0 +1,13 @@
+$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))
+ {