X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=6a77d5001ff8c4471925ceae67df17f8095a97a8;hb=1ec4ef34243a756d1f51718e7e15b094f4b36618;hp=ef1a050b47c2a8e6ae984d5e8f336889395dbc6b;hpb=9bc048fdbfba0a5330b5b447e4f4c8c8b11ee7be;p=mmh diff --git a/uip/mhmail.c b/uip/mhmail.c index ef1a050..6a77d50 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -38,7 +38,7 @@ static char tmpfil[BUFSIZ]; /* ** static prototypes */ -static RETSIGTYPE intrser(int); +static void intrser(int); int @@ -211,14 +211,9 @@ main(int argc, char **argv) } -static RETSIGTYPE +static void intrser(int i) { -#ifndef RELIABLE_SIGNALS - if (i) - SIGNAL(i, SIG_IGN); -#endif - unlink(tmpfil); done(i != 0 ? 1 : 0); }