diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 20:31:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 20:31:18 +0000 |
commit | 35d437f6fc17bd1a1109b6cb356d3e759d67c277 (patch) | |
tree | 37b6577f5100f11e6a8e49775db71188e926b9da /net/amule1/files/patch-SysTray.cpp | |
parent | Update to 4328 (diff) |
Add aMule, yet another eDonkey peer2peer network client.
WWW: http://sourceforge.net/projects/amule/
PR: ports/62969
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Notes
Notes:
svn path=/head/; revision=102127
Diffstat (limited to 'net/amule1/files/patch-SysTray.cpp')
-rw-r--r-- | net/amule1/files/patch-SysTray.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/amule1/files/patch-SysTray.cpp b/net/amule1/files/patch-SysTray.cpp new file mode 100644 index 000000000000..baa445536165 --- /dev/null +++ b/net/amule1/files/patch-SysTray.cpp @@ -0,0 +1,12 @@ +--- src/SysTray.cpp.orig Tue Feb 17 16:43:12 2004 ++++ src/SysTray.cpp Tue Feb 17 16:43:53 2004 +@@ -22,8 +22,8 @@ + #include "sys.h" + #include <libintl.h> + #include <clocale> // Needed for setlocale(3) +-#include <net/if.h> // Needed for struct ifreq + #include <sys/socket.h> // ++#include <net/if.h> // Needed for struct ifreq + #include <netinet/in.h> // Needed for inet_ntoa + #include <arpa/inet.h> // + #include <sys/ioctl.h> // Needed for SIOCGIFADDR |