X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..8b4410a1f3cb75e3d92b61176397655d509f81ee:/uip/mhmail.c diff --git a/uip/mhmail.c b/uip/mhmail.c index d74a7f1d..f08a583a 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -11,6 +11,7 @@ #include #include +#include #include static struct swit switches[] = { @@ -172,7 +173,7 @@ main (int argc, char **argv) if (child_id == NOTOK) { /* report failure and then send it */ - admonish (NULL, "unable to fork"); + adios (NULL, "unable to fork"); } else if (child_id) { /* parent process */ if ((status = pidXwait(child_id, postproc))) {