opnsense-ports/net/pacemaker/files/patch-crmd_throttle.c
Franco Fichtner 934d69e7a3 */*: sync with upstream
Taken from: FreeBSD
2016-03-25 11:56:02 +01:00

11 lines
291 B
C

--- crmd/throttle.c.orig 2016-01-14 21:43:08 UTC
+++ crmd/throttle.c
@@ -389,7 +389,7 @@ throttle_mode(void)
unsigned int blocked = 0;
enum throttle_state_e mode = throttle_none;
-#ifdef ON_SOLARIS
+#if defined(ON_BSD) || defined(ON_SOLARIS)
return throttle_none;
#endif