From: dtrg Date: Fri, 24 Jun 2005 22:12:02 +0000 (+0000) Subject: Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). X-Git-Tag: release-5-6~4 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dd400ca7201a96fd053ab2ebcedff913704ee88a;p=ack.git Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). --- diff --git a/mach/proto/top/top.c b/mach/proto/top/top.c index 64c195087..8964750d8 100644 --- a/mach/proto/top/top.c +++ b/mach/proto/top/top.c @@ -626,7 +626,6 @@ error(s,a) { fprintf(stderr,s,a); fprintf(stderr,"\n"); - _cleanup(); abort(); exit(-1); }