Switch from using RETSIGTYPE via autoconf to void.
[mmh] / uip / mhmail.c
index ef1a050..374c8fd 100644 (file)
@@ -38,7 +38,7 @@ static char tmpfil[BUFSIZ];
 /*
 ** static prototypes
 */
-static RETSIGTYPE intrser(int);
+static void intrser(int);
 
 
 int
@@ -211,7 +211,7 @@ main(int argc, char **argv)
 }
 
 
-static RETSIGTYPE
+static void
 intrser(int i)
 {
 #ifndef RELIABLE_SIGNALS