diff options
Diffstat (limited to 'net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h')
-rw-r--r-- | net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h b/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h new file mode 100644 index 000000000000..de6b5fd1dd46 --- /dev/null +++ b/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h @@ -0,0 +1,20 @@ +--- libretroshare/src/grouter/p3grouter.h.orig 2016-02-05 19:04:46 UTC ++++ libretroshare/src/grouter/p3grouter.h +@@ -225,7 +225,7 @@ private: + void handleLowLevelTransactionAckItem(RsGRouterTransactionAcknItem*) ; + + static Sha1CheckSum computeDataItemHash(RsGRouterGenericDataItem *data_item); +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + public: + #endif + class nullstream: public std::ostream {}; +@@ -236,7 +236,7 @@ public: + + return _debug_enabled?(std::cerr):null; + } +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + private: + #endif + void routePendingObjects() ; |