daemon.c: fix #if NDEBUG --> #ifdef NDEBUG
Thanks to Mathew Mrosko for pointing that out.
This commit is contained in:
parent
c3f29ce4ac
commit
feea6db815
@ -48,7 +48,7 @@ void makedaemon (void)
|
||||
|
||||
umask (0177);
|
||||
|
||||
#if NDEBUG
|
||||
#ifdef NDEBUG
|
||||
/*
|
||||
* When not in debugging mode, close the standard file
|
||||
* descriptors.
|
||||
|
Loading…
x
Reference in New Issue
Block a user