X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/164be8e5e8b40ce4572281be26d423a9c9d595f3..18b138a1003cf07114c2a4d03e4372e4e7bdc5f4:/uip/mhlist.c?ds=sidebyside diff --git a/uip/mhlist.c b/uip/mhlist.c index 6ef455d1..664be9f6 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -108,7 +108,7 @@ void freects_done (int) NORETURN; /* * static prototypes */ -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -280,7 +280,7 @@ do_cache: adios (NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime (file))); + if ((ct = parse_mime (file))) *ctp++ = ct; } else { /* @@ -371,7 +371,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {