summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/files/patch-controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/files/patch-controller.cpp')
-rw-r--r--net/kdenetwork4/files/patch-controller.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/kdenetwork4/files/patch-controller.cpp b/net/kdenetwork4/files/patch-controller.cpp
deleted file mode 100644
index e59b20f37766..000000000000
--- a/net/kdenetwork4/files/patch-controller.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ksirc/puke/controller.cpp.orig Sat Nov 17 09:54:46 2001
-+++ ksirc/puke/controller.cpp Sat Nov 17 09:55:03 2001
-@@ -81,7 +81,7 @@
- unix_addr.sun_family = AF_UNIX;
- strcpy(unix_addr.sun_path, qsPukeSocket);
- len = sizeof(unix_addr.sun_family) + qsPukeSocket.length();
-- if( bind(iListenFd, (struct sockaddr *) &unix_addr, len) < 0){
-+ if( bind(iListenFd, (struct sockaddr *) &unix_addr, len + 1) < 0){
- perror("PUKE: Could not bind to Unix Domain Socket");
- return;
- }