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.cpp | |
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.cpp')
-rw-r--r-- | net-p2p/ctorrent/files/patch-peer.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/ctorrent/files/patch-peer.cpp b/net-p2p/ctorrent/files/patch-peer.cpp deleted file mode 100644 index 5c88f9a026d8..000000000000 --- a/net-p2p/ctorrent/files/patch-peer.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- peer.cpp.orig Wed Jan 14 21:54:26 2004 -+++ peer.cpp Sun Jan 18 02:43:36 2004 -@@ -1,6 +1,7 @@ - #include "peer.h" - - #include <stdlib.h> -+#include <string.h> - - #include "btcontent.h" - #include "msgencode.h" |