(daemon, daemonize): Rename to avoid name clash with BSD's daemon().
(daemonize): Supply missing declaration.
This commit is contained in:
parent
30f2b2c4ea
commit
84b8189c13
3 changed files with 9 additions and 11 deletions
|
@ -124,6 +124,7 @@ typedef short coord;
|
|||
#define days(x) (60*60*24*(x))
|
||||
|
||||
extern int debug;
|
||||
extern int daemonize;
|
||||
|
||||
/*
|
||||
* If EXPR is true, an internal error occured.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue