]> diplodocus.org Git - nmh/blobdiff - sbr/pidwait.c
h/utils.h: Move in nmh_init() prototype from h/prototypes.h.
[nmh] / sbr / pidwait.c
index 5ea87c54cd5a8bf71017b3b4ff4360a336b8939e..2e56f0b0902f67b30c01660f5be6589ea03d2927 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * pidwait.c -- wait for child to exit
+/* pidwait.c -- wait for child to exit
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -9,9 +7,6 @@
 
 #include <h/mh.h>
 #include <h/signals.h>
-#include <errno.h>
-#include <signal.h>
-#include <sys/wait.h>
 
 int
 pidwait (pid_t id, int sigsok)