From 7a4a0671c201e7c4ca27ec9ed668f5e99523b0ac Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 23 Dec 2009 19:49:00 +0000 Subject: disable signal controller for FreeBSD. this needs some more works. also TODO: fix priviledge dropping on FreeBSD --- src/anytun.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/anytun.cpp b/src/anytun.cpp index de8429f..63f250f 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -427,7 +427,9 @@ int main(int argc, char* argv[]) #endif // this has to be called before the first thread is started +#if !( defined(__FreeBSD__) || defined(__FreeBSD_kernel__)) gSignalController.init(); +#endif gResolver.init(); #ifndef NO_CRYPT -- cgit v1.2.3