summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon/workit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/workit.cpp b/daemon/workit.cpp
index 286af5c..f8b5505 100644
--- a/daemon/workit.cpp
+++ b/daemon/workit.cpp
@@ -43,7 +43,6 @@
#endif
#include <sys/socket.h>
-#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__APPLE__)
#include <signal.h>
#include <sys/resource.h>
#ifndef RUSAGE_SELF
@@ -52,7 +51,6 @@
#ifndef RUSAGE_CHILDREN
#define RUSAGE_CHILDREN (-1)
#endif
-#endif
#include <stdio.h>
#include <errno.h>