Bläddra i källkod

Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).

dtrg 19 år sedan
förälder
incheckning
dd400ca720
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      mach/proto/top/top.c

+ 0 - 1
mach/proto/top/top.c

@@ -626,7 +626,6 @@ error(s,a)
 {
 	fprintf(stderr,s,a);
 	fprintf(stderr,"\n");
-	_cleanup();
 	abort();
 	exit(-1);
 }