summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-23 21:50:48 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-23 21:50:48 +0000
commitf710fc94e998d013f72af2c35f11776fc89f60b7 (patch)
treeadb56a42be6cb26009caacf8a9ce564b24d359a8 /src/anytun.cpp
parentfixed build for WinService (diff)
now using sigtimedwait instead of sigwait
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 48ef739..e9f2452 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -422,10 +422,8 @@ int main(int argc, char* argv[])
privs.drop();
#endif
#endif
-#if !defined(__FreeBSD_kernel__)
// this has to be called before the first thread is started
gSignalController.init(service);
-#endif
gResolver.init();
#ifndef NO_EXEC
boost::thread(boost::bind(&TunDevice::waitUntilReady,&dev));