Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).
authordtrg <none@none>
Fri, 24 Jun 2005 22:12:02 +0000 (22:12 +0000)
committerdtrg <none@none>
Fri, 24 Jun 2005 22:12:02 +0000 (22:12 +0000)
mach/proto/top/top.c

index 64c1950..8964750 100644 (file)
@@ -626,7 +626,6 @@ error(s,a)
 {
        fprintf(stderr,s,a);
        fprintf(stderr,"\n");
-       _cleanup();
        abort();
        exit(-1);
 }