Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / send.c
index 7849472..196af62 100644 (file)
@@ -473,5 +473,6 @@ go_to_it:
     }
 
     context_save ();   /* save the context file */
-    return done (status);
+    done (status);
+    return 1;
 }