Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / mhparse.c
index 733048d..a348144 100644 (file)
@@ -209,7 +209,8 @@ pidcheck (int status)
 
     fflush (stdout);
     fflush (stderr);
-    return done (1);
+    done (1);
+    return 1;
 }