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