Switch from using RETSIGTYPE via autoconf to void, since POSIX says that's
[mmh] / uip / post.c
index 419b86c..0d71c31 100644 (file)
@@ -1611,7 +1611,7 @@ do_text (char *file, int fd)
  * SIGNAL HANDLING
  */
 
-static RETSIGTYPE
+static void
 sigser (int i)
 {
 #ifndef RELIABLE_SIGNALS