summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp
blob: 78a7af6ff9de41d642f19023f5c89129211a68a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/file_pool.cpp.orig	2009-02-08 17:13:04.000000000 +0900
+++ src/file_pool.cpp	2009-04-19 05:29:34.000000000 +0900
@@ -62,7 +62,7 @@
 			{
 				// this means that another instance of the storage
 				// is using the exact same file.
-#if BOOST_VERSION >= 103500
+#if 0 // BOOST_VERSION >= 103500
 				ec = error_code(errors::file_collision, libtorrent_category);
 #endif
 				return boost::shared_ptr<file>();