#include <h/mh.h>
#include <h/utils.h>
+#include "m_mktemp.h"
/*
* 1) If we are using an external rmmproc, then exec it.
execvp (prog, vec);
fprintf (stderr, "unable to exec ");
perror (rmmproc);
- _exit (-1);
+ _exit(1);
default:
arglist_free(prog, vec);
- return (pidwait (pid, -1));
+ return pidwait(pid, -1);
}
}