summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/twinkle/files/twinkle-1.0.1-icmp.patch')
-rw-r--r--net-im/twinkle/files/twinkle-1.0.1-icmp.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/twinkle/files/twinkle-1.0.1-icmp.patch b/net-im/twinkle/files/twinkle-1.0.1-icmp.patch
deleted file mode 100644
index fdd326364979..000000000000
--- a/net-im/twinkle/files/twinkle-1.0.1-icmp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: src/sockets/socket.cpp
-===================================================================
---- src/sockets/socket.cpp (revision 327)
-+++ src/sockets/socket.cpp (working copy)
-@@ -18,6 +18,7 @@
-
- #include <cstdio>
- #include <cerrno>
-+#include <cstring>
- #include <sys/un.h>
- #include "twinkle_config.h"
- #include "socket.h"
-@@ -184,6 +185,7 @@
-
- // Initialize message header to receive the ancillary data for
- // an ICMP message.
-+ memset(&msgh, 0, sizeof(struct msghdr));
- msgh.msg_control = buf;
- msgh.msg_controllen = 256;
- msgh.msg_name = &dest_addr;