X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..811c11557492b9a6e6bd5ae45bb5597647ba5c99:/uip/mhmail.c diff --git a/uip/mhmail.c b/uip/mhmail.c index e5868609..990776ca 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); }