diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-26 08:47:44 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-26 08:47:44 +0000 |
commit | 4625fd61032946330ab6c57251049868a3013375 (patch) | |
tree | dfc66e214a7a9ec720e519717525a697f723d235 /net-p2p/ctorrent/files/patch-peer.h | |
parent | Upgrade to 3.30 (diff) |
Fix build on alpha.
Accordingly(by author), update distfiles.
So, bump PORTREVISION instead of.
Reported by: bento via kris
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Diffstat (limited to 'net-p2p/ctorrent/files/patch-peer.h')
-rw-r--r-- | net-p2p/ctorrent/files/patch-peer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/ctorrent/files/patch-peer.h b/net-p2p/ctorrent/files/patch-peer.h deleted file mode 100644 index 06684a043b0c..000000000000 --- a/net-p2p/ctorrent/files/patch-peer.h +++ /dev/null @@ -1,10 +0,0 @@ ---- peer.h.orig Fri Jan 16 00:30:15 2004 -+++ peer.h Sun Jan 18 02:44:04 2004 -@@ -6,6 +6,7 @@ - #ifdef WINDOWS - #include <Winsock2.h> - #else -+#include <string.h> - #include <unistd.h> - #include <sys/socket.h> - #include <arpa/inet.h> |