1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- qfilelog.c.orig +++ qfilelog.c @@ -1,10 +1,9 @@ +#include <errno.h> #include <fcntl.h> #include <signal.h> #include <stdlib.h> #include <string.h> #include <unistd.h> - -extern int errno; #define PAUSE sleep(60)