X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;h=3104e6f8f7c49e1390bfc8e7e8187ee15b9efa5c;hp=8902f7595f206e493c813b0cb08bd6e9da643e3a;hb=fc71710f8695ea07d852284286b058ecb3955317;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49 diff --git a/uip/mhlist.c b/uip/mhlist.c index 8902f75..3104e6f 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -18,10 +18,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { #define CHECKSW 0 { "check", 0 }, @@ -110,7 +106,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -279,7 +275,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 +367,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {