aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.h b/src/compat.h
index 575b44d..68b108c 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -8,7 +8,7 @@
#include <sys/param.h>
-#if __FreeBSD_version < 1400000
+#if __FreeBSD_version < 1300507
#include <sys/smp.h>
#include <sys/gtaskqueue.h>