diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c index e865ecf..41b821a 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -48,7 +48,7 @@ void makedaemon (void) umask (0177); -#if NDEBUG +#ifdef NDEBUG /* * When not in debugging mode, close the standard file * descriptors. |