aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib-devel/files/patch-socket.cpp')
-rw-r--r--devel/clanlib-devel/files/patch-socket.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/clanlib-devel/files/patch-socket.cpp b/devel/clanlib-devel/files/patch-socket.cpp
deleted file mode 100644
index 6432f6d19b4e..000000000000
--- a/devel/clanlib-devel/files/patch-socket.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Sources/Network/Socket/socket.cpp.orig Thu Sep 11 18:42:36 2003
-+++ Sources/Network/Socket/socket.cpp Sat Sep 20 12:15:04 2003
-@@ -25,6 +25,8 @@
- #else
- #include <unistd.h>
- #include <fcntl.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/tcp.h>
- #include <net/if.h> // needed for struct ifreq and struct ifconf
- #include <sys/ioctl.h> // needed for ioctl ( on linux and bsd )