X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=cde45dbdf6f92249048fc7aa140235ed481beb79;hb=5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf;hp=5c10b8bcef2536f6e2d87f4a2d5d6df4f4e4f3f0;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index 5c10b8b..cde45db 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -20,10 +20,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { #define CHECKSW 0 { "check", 0 }, @@ -109,7 +105,7 @@ void freects_done (int) NORETURN; * static prototypes */ static int write_content (CT *, char *); -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -275,7 +271,7 @@ do_cache: adios (NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime (file))); + if ((ct = parse_mime (file))) *ctp++ = ct; } else { /* @@ -381,7 +377,7 @@ write_content (CT *cts, char *outfile) } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {