summaryrefslogtreecommitdiff
path: root/net/amule-devel/files/patch-ClientDetailDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/amule-devel/files/patch-ClientDetailDialog.cpp')
-rw-r--r--net/amule-devel/files/patch-ClientDetailDialog.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/amule-devel/files/patch-ClientDetailDialog.cpp b/net/amule-devel/files/patch-ClientDetailDialog.cpp
deleted file mode 100644
index d45e732c7beb..000000000000
--- a/net/amule-devel/files/patch-ClientDetailDialog.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/ClientDetailDialog.cpp.orig Sat Oct 23 05:00:14 2004
-+++ src/ClientDetailDialog.cpp Sat Oct 23 05:00:45 2004
-@@ -31,6 +31,12 @@
- #include <sys/types.h>
- #endif /* __BSD__ */
-
-+#if defined(__FreeBSD__) // for FreeBSD 4.x
-+ #if __FreeBSD__ < 5
-+ #include <sys/types.h>
-+ #endif
-+#endif
-+
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>