]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/server_child.c
Merge remote branch 'netafp/master' into branch-allea
[netatalk.git] / libatalk / util / server_child.c
index 016029f8c4200a34e87896f0eba8460326e02f89..8b27f6f3ef13626f70dfdb8669d4f0363eb01d42 100644 (file)
 
 #include <stdlib.h>
 #include <string.h>
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif /* HAVE_UNISTD_H */
 #include <signal.h>
 #include <errno.h>
-
-/* POSIX.1 sys/wait.h check */
 #include <sys/types.h>
-#ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
-#endif /* HAVE_SYS_WAIT_H */
 #include <sys/time.h>
 
 #include <atalk/logger.h>