]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
It does just what it says on the tin.
[nmh] / uip / whom.c
index 00af980c824f7a3f456d311d6131efb23577e988..76f434e4d500e4f6960e1fc7c2870f4ad4065f8e 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <h/mh.h>
+#include "h/done.h"
 #include <h/utils.h>
 #include <h/signals.h>
 #include "sbr/m_maildir.h"
@@ -202,5 +203,5 @@ main (int argc, char **argv)
     execvp (postproc, vec);
     fprintf (stderr, "unable to exec ");
     perror (postproc);
-    _exit (-1);
+    _exit(1);
 }