summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp
deleted file mode 100644
index c44d01c0d869..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__udp_socket.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/udp_socket.cpp.orig 2009-02-08 17:13:04.000000000 +0900
-+++ src/udp_socket.cpp 2009-04-19 05:33:12.000000000 +0900
-@@ -36,7 +36,7 @@
- #include <stdlib.h>
- #include <boost/bind.hpp>
- #include <boost/array.hpp>
--#if BOOST_VERSION < 103500
-+#if 1 // BOOST_VERSION < 103500
- #include <asio/read.hpp>
- #else
- #include <boost/asio/read.hpp>