Switch from using RETSIGTYPE via autoconf to void.
[mmh] / uip / mhtest.c
index dc38126..37174de 100644 (file)
@@ -103,7 +103,7 @@ void freects_done(int) NORETURN;
 ** static prototypes
 */
 static int write_content(CT *, char *);
-static RETSIGTYPE pipeser(int);
+static void pipeser(int);
 
 
 int
@@ -374,7 +374,7 @@ write_content(CT *cts, char *outfile)
 }
 
 
-static RETSIGTYPE
+static void
 pipeser(int i)
 {
        if (i == SIGQUIT) {