X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=990776ca12dc1cbd6a4a5ac9713b7e85388e343c;hb=a2469f5ecbca3a179251ac9b777b561bc5245d4c;hp=e5868609584aea49e60068d837bb5d189f77fb0d;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/mhmail.c b/uip/mhmail.c index e586860..990776c 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -37,7 +37,7 @@ static char tmpfil[BUFSIZ]; /* * static prototypes */ -static RETSIGTYPE intrser (int); +static void intrser (int); int @@ -197,14 +197,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); }