summaryrefslogtreecommitdiff
path: root/net/amule-devel/files/patch-DownloadQueue.cpp
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-05-17 10:40:09 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-05-17 10:40:09 +0000
commit06282e1029b4c61fcab42431e340093b713f5ec8 (patch)
treed080bf7d81613ea4cbe660bb37626f522b67803b /net/amule-devel/files/patch-DownloadQueue.cpp
parent- Use find and install (diff)
Update to new stable release 2.0.0
PR: 80734 Submitted by: Ganael Laplanche
Notes
Notes: svn path=/head/; revision=135456
Diffstat (limited to 'net/amule-devel/files/patch-DownloadQueue.cpp')
-rw-r--r--net/amule-devel/files/patch-DownloadQueue.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/amule-devel/files/patch-DownloadQueue.cpp b/net/amule-devel/files/patch-DownloadQueue.cpp
deleted file mode 100644
index ff564f8e9e5e..000000000000
--- a/net/amule-devel/files/patch-DownloadQueue.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/DownloadQueue.cpp.orig Sat Oct 23 05:04:50 2004
-+++ src/DownloadQueue.cpp Sat Oct 23 05:07:18 2004
-@@ -24,6 +24,13 @@
- #include <winsock.h>
- #include <wx/msw/winundef.h>
- #else
-+
-+ #if defined(__FreeBSD__)
-+ #if __FreeBSD__ < 5
-+ #include <sys/types.h>
-+ #endif
-+ #endif
-+
- #include <netdb.h> // Needed for gethostbyname_r
- #include <sys/socket.h> //
- #include <netinet/in.h> // These three are needed for inet_ntoa