aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp')
-rw-r--r--net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp b/net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp
deleted file mode 100644
index 3c06b37e37bc..000000000000
--- a/net/nepenthes/files/patch-nepenthes-core__src__UDPSocket.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- nepenthes-core/src/UDPSocket.cpp.orig
-+++ nepenthes-core/src/UDPSocket.cpp
-@@ -27,7 +27,8 @@
-
- /* $Id: UDPSocket.cpp 1410 2007-10-12 13:07:23Z common $ */
-
--#include <errno.h>
-+#include <cstring>
-+#include <cerrno>
- #include <sys/types.h>
-
- #ifdef WIN32