X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=e510d1396419e2c00c7850f51f3904fa517a8ebd;hb=1ec4ef34243a756d1f51718e7e15b094f4b36618;hp=2ed6a42b7d5985c2167f6b0f5f8c75fa5d092223;hpb=f0f858069d21111f0dbea510044593f89c9b0829;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 2ed6a42..e510d13 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -19,10 +19,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { #define AUTOSW 0 { "auto", 0 }, @@ -98,7 +94,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int autosw = 0; @@ -335,7 +331,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -427,7 +423,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {