Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / mhbuildsbr.c
index 2c101b9..041a142 100644 (file)
@@ -244,7 +244,8 @@ pidcheck (int status)
 
     fflush (stdout);
     fflush (stderr);
-    return done (1);
+    done (1);
+    return 1;
 }