common.c:61:12: error: static declaration of 'daemon' follows non-static declaration
static int daemon(int nochdir, int noclose)
^~
In file included from /usr/include/fortify/unistd.h:22,
from common.c:26:
/usr/include/unistd.h:170:5: note: previous declaration of 'daemon' was here
int daemon(int, int);
^~
make[1]: [Makefile:33: common.o] Error 1
make[1]: Leaving directory '/iodine/src'
make: [Makefile:20: all] Error 2
The unistd.h on Alpine Linux seems different from other distros.
The unistd.h on Alpine Linux seems different from other distros.