summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 5036fa1..e30443a 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -423,7 +423,7 @@ int main(int argc, char* argv[])
privs.drop();
#endif
#endif
-#if !( defined(__FreeBSD__) || defined(__FreeBSD_kernel__))
+#if !defined(__FreeBSD_kernel__)
// this has to be called before the first thread is started
gSignalController.init();
#endif