* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/signals.h>
+#include "h/mh.h"
+#include "arglist.h"
+#include "error.h"
+#include "h/signals.h"
#include "m_popen.h"
static int m_pid = NOTOK; /* Process we're waiting for */
execvp (file, arglist);
fprintf (stderr, "unable to exec ");
perror (name);
- _exit (-1);
+ _exit(1);
default:
close (pd[0]);