summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdaemon/dfork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon/dfork.c b/libdaemon/dfork.c
index 7a8e0bf..2aa70f0 100644
--- a/libdaemon/dfork.c
+++ b/libdaemon/dfork.c
@@ -387,7 +387,7 @@ int daemon_close_allv(const int except_fds[]) {
struct rlimit rl;
int fd;
-#ifdef xxx__linux__
+#ifdef __linux__
DIR *d;