We recently made -Werror=implicit-function-declaration the default. Unfortunately src/daemon/old_main.c is missing some crucial #includes and that makes the build fail in some configurations. It notably misses: * <string.h> for strcmp, strcpy and strerror * <strings.h> for bzero I'm attaching a patch for your convenience. Helmut