aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp')
-rw-r--r--devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp b/devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp
deleted file mode 100644
index 044cb745f411..000000000000
--- a/devel/clanlib/files/patch-Sources__Network__Socket__socket_name.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./Sources/Network/Socket/socket_name.cpp.orig 2013-02-11 14:02:51.000000000 +0100
-+++ ./Sources/Network/Socket/socket_name.cpp 2013-02-11 14:04:33.000000000 +0100
-@@ -34,6 +34,7 @@
- #ifdef WIN32
- typedef unsigned long in_addr_t;
- #else
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>