Fixed 100% CPU utilization problem on FreeBSD 9

This commit is contained in:
Alex 2012-10-22 08:37:17 -04:00
parent 2ef15697f8
commit 39ad0aa692
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ using namespace boost;
using namespace boost::interprocess;
using namespace boost::posix_time;
#ifdef MAC_OSX
#if defined MAC_OSX || defined __FreeBSD__
// URI handling not implemented on OSX yet
void ipcScanRelay(int argc, char *argv[]) { }