X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=f08a583a6494824581473cedc635a4f34844d0ae;hb=86d7837287c4ca1204cca84f55871d862fada47a;hp=d74a7f1d4b4f8b1302912e8c318454d310c5322e;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/uip/mhmail.c b/uip/mhmail.c index d74a7f1..f08a583 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))) {