Put in prototype for initgroups() to get rid of "default prototype" warning. On
[mmh] / uip / prompter.c
index fa1bfae..e1f0e8d 100644 (file)
@@ -397,7 +397,7 @@ no_body:
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }