e6b19a2752
- Add part of removed patch to sync with net-p2p/rblibtorrent, since they are currently of the same version.
10 lines
419 B
C++
10 lines
419 B
C++
--- include/libtorrent/asio/detail/socket_ops.hpp Wed May 16 00:35:55 2007
|
|
+++ include/libtorrent/asio/detail/socket_ops.hpp.orig Wed May 16 00:35:45 2007
|
|
66c66
|
|
< #if defined(__MACH__) && defined(__APPLE__)
|
|
---
|
|
> #if defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__)
|
|
298c298
|
|
< #elif defined(__MACH__) && defined(__APPLE__)
|
|
---
|
|
> #elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__)
|