Seems that stupid libc5 doesn't implement daemon(), so conditionally
inclde that here. -Erik
This commit is contained in:
@ -39,6 +39,8 @@
|
||||
#if ! defined __GLIBC__ && ! defined __UCLIBC__
|
||||
/* libc5 doesn't define socklen_t */
|
||||
typedef unsigned int socklen_t;
|
||||
/* libc5 doesn't implement BSD 4.4 daemon() */
|
||||
extern int daemon (int nochdir, int noclose);
|
||||
#endif
|
||||
|
||||
/* Some useful definitions */
|
||||
|
Reference in New Issue
Block a user