Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / msgchk.c
index 872dc2e..1a59a3b 100644 (file)
@@ -327,7 +327,8 @@ main (int argc, char **argv)
     }          /* host == NULL */
 #endif
 
-    return done (status);
+    done (status);
+    return 1;
 }