Clean up process wait to use POSIX waitpid() interface.
[mmh] / sbr / pidstatus.c
index f16f7e0..7da78ac 100644 (file)
  */
 #include <sigmsg.h>
 
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #ifndef WTERMSIG
 # define WTERMSIG(s) ((int)((s) & 0x7F))
 #endif