summarylogtreecommitdiffstats
path: root/bitcoin-scrypt-git-boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoin-scrypt-git-boost.patch')
-rw-r--r--bitcoin-scrypt-git-boost.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/bitcoin-scrypt-git-boost.patch b/bitcoin-scrypt-git-boost.patch
new file mode 100644
index 000000000000..a32050a05d12
--- /dev/null
+++ b/bitcoin-scrypt-git-boost.patch
@@ -0,0 +1,12 @@
+diff -Nur bitcoin-scrypt/src/net.cpp bitcoin-scrypt-boost/src/net.cpp
+--- bitcoin-scrypt/src/net.cpp 2017-06-19 14:18:02.809218054 +0200
++++ bitcoin-scrypt-boost/src/net.cpp 2017-06-19 14:17:37.272436173 +0200
+@@ -50,7 +50,7 @@
+ static bool vfLimited[NET_MAX] = {};
+ static CNode* pnodeLocalHost = NULL;
+ uint64 nLocalHostNonce = 0;
+-array<int, THREAD_MAX> vnThreadsRunning;
++boost::array<int, THREAD_MAX> vnThreadsRunning;
+ static std::vector<SOCKET> vhListenSocket;
+ CAddrMan addrman;
+