diff options
author | flz <flz@FreeBSD.org> | 2007-04-14 03:41:20 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-04-14 03:41:20 +0800 |
commit | c0221d51747029544c1be5ffa894ad151e035a02 (patch) | |
tree | 3362c9483a2129ea8dacacc93a8ddd52a73cb643 /net-p2p/libtorrent | |
parent | 24350f3dad0eb7189dfaf8144177ce8c94309ba9 (diff) | |
download | freebsd-ports-gnome-c0221d51747029544c1be5ffa894ad151e035a02.tar.gz freebsd-ports-gnome-c0221d51747029544c1be5ffa894ad151e035a02.tar.zst freebsd-ports-gnome-c0221d51747029544c1be5ffa894ad151e035a02.zip |
Forgot to remove that patch.
Reported by: Jason Lowdermilk <jlowdermilk@gmail.com>
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/files/stable-src_torrent_chunk__manager.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/libtorrent/files/stable-src_torrent_chunk__manager.cc b/net-p2p/libtorrent/files/stable-src_torrent_chunk__manager.cc deleted file mode 100644 index 7188247b184c..000000000000 --- a/net-p2p/libtorrent/files/stable-src_torrent_chunk__manager.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/torrent/chunk_manager.cc.orig Fri Oct 6 18:59:46 2006 -+++ src/torrent/chunk_manager.cc Fri Oct 6 19:00:09 2006 -@@ -37,6 +37,7 @@ - #include "config.h" - - #include <sys/types.h> -+#include <sys/time.h> - #include <sys/resource.h> - - #include "data/chunk_list.h" |