]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Fix a bug leftover from the Automake conversion; the AC_SUBST'd variable
[nmh] / uip / mhn.c
index fe728f933abef9d97da4898a1dcfc55473bd7bb4..6a46ca5da709674a9f957fd2ba25e5705ba05bac 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -196,7 +196,7 @@ void freects_done (int) NORETURN;
 /*
  * static prototypes
  */
 /*
  * static prototypes
  */
-static RETSIGTYPE pipeser (int);
+static void pipeser (int);
 
 
 int
 
 
 int
@@ -684,7 +684,7 @@ do_cache:
 }
 
 
 }
 
 
-static RETSIGTYPE
+static void
 pipeser (int i)
 {
     if (i == SIGQUIT) {
 pipeser (int i)
 {
     if (i == SIGQUIT) {