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);
|
umask (0177);
|
||||||
|
|
||||||
#if NDEBUG
|
#ifdef NDEBUG
|
||||||
/*
|
/*
|
||||||
* When not in debugging mode, close the standard file
|
* When not in debugging mode, close the standard file
|
||||||
* descriptors.
|
* descriptors.
|
||||||
|
Loading…
Reference in New Issue
Block a user