From d8e0a7df99da0b8a09e8448999ec182abf981934 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Jan 2010 22:52:18 +0000 Subject: reenabled signalController for FreeBSD (not Debian kfreebsd) --- README | 1 + src/anytun.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 51507c8..60ef964 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ issues when using this library. Linux ----- +(this includes Debian with FreeBSD Kernel) using libgcrypt: libgcrypt11-dev 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 -- cgit v1.2.3