* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/signals.h>
+#include "h/mh.h"
+#include "h/signals.h"
int
pidwait (pid_t id, int sigsok)
SIGNAL (SIGQUIT, qstat);
}
- return (pid == -1 ? -1 : status);
+ return pid == -1 ? -1 : status;
}