X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a27d1ec492f69d93a13821a0f236f0691d8683a3..ca2f8cc7e93a21f9f04e0d976ca97feac4802e91:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index 00af980c..76f434e4 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -6,6 +6,7 @@ */ #include +#include "h/done.h" #include #include #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); }