2012-12-13 17:06:43 +01:00
|
|
|
--- src/timer.cpp 2010-10-31 18:00:33.000000000 -0700
|
|
|
|
+++ src/timer.cpp 2012-08-12 20:29:31.000000000 -0700
|
|
|
|
@@ -118,7 +118,7 @@
|
|
|
|
active = true;
|
2007-10-02 16:42:31 +02:00
|
|
|
}
|
|
|
|
|
2012-12-13 17:06:43 +01:00
|
|
|
-#ifdef HAVE_HIRES_TIMER
|
2007-10-02 16:42:31 +02:00
|
|
|
+#if defined(HAVE_HIRES_TIMER) && !defined(__FreeBSD__)
|
|
|
|
void TimerPort::sleepTimer(void)
|
|
|
|
{
|
2012-12-13 17:06:43 +01:00
|
|
|
struct timespec ts;
|