diff options
Diffstat (limited to 'net-p2p/rblibtorrent/files/patch-socket_ops.hpp')
-rw-r--r-- | net-p2p/rblibtorrent/files/patch-socket_ops.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/rblibtorrent/files/patch-socket_ops.hpp b/net-p2p/rblibtorrent/files/patch-socket_ops.hpp deleted file mode 100644 index 651e734b4067..000000000000 --- a/net-p2p/rblibtorrent/files/patch-socket_ops.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/libtorrent/asio/detail/socket_ops.hpp.orig Wed Aug 8 03:43:42 2007 -+++ include/libtorrent/asio/detail/socket_ops.hpp Mon Sep 10 12:46:17 2007 -@@ -715,7 +715,7 @@ - if (error) - ec = translate_netdb_error(error); - return retval; --#elif defined(__MACH__) && defined(__APPLE__) -+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__) - (void)(buffer); - (void)(buflength); - int error = 0; |