From 291e39e6180ca6ec3942ddeb3f79fa3439d5cb55 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Jun 2007 15:36:10 +0000 Subject: Reenable linux-specifc daemon_close_all() code git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@118 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- libdaemon/dfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdaemon/dfork.c') 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; -- cgit