Switch from using RETSIGTYPE via autoconf to void.
[mmh] / uip / mhlist.c
index fc8b751..3104e6f 100644 (file)
@@ -106,7 +106,7 @@ void freects_done(int) NORETURN;
 /*
 ** static prototypes
 */
-static RETSIGTYPE pipeser(int);
+static void pipeser(int);
 
 
 int
@@ -367,7 +367,7 @@ do_cache:
 }
 
 
-static RETSIGTYPE
+static void
 pipeser(int i)
 {
        if (i == SIGQUIT) {