mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge pull request #1947 from centromere/freebsd_cpu_fix
Fixed 100% CPU utilization problem on FreeBSD 9
This commit is contained in:
commit
55913c9971
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ using namespace boost;
|
||||||
using namespace boost::interprocess;
|
using namespace boost::interprocess;
|
||||||
using namespace boost::posix_time;
|
using namespace boost::posix_time;
|
||||||
|
|
||||||
#ifdef MAC_OSX
|
#if defined MAC_OSX || defined __FreeBSD__
|
||||||
// URI handling not implemented on OSX yet
|
// URI handling not implemented on OSX yet
|
||||||
|
|
||||||
void ipcScanRelay(int argc, char *argv[]) { }
|
void ipcScanRelay(int argc, char *argv[]) { }
|
||||||
|
|
Loading…
Add table
Reference in a new issue