From dd400ca7201a96fd053ab2ebcedff913704ee88a Mon Sep 17 00:00:00 2001 From: dtrg Date: Fri, 24 Jun 2005 22:12:02 +0000 Subject: [PATCH] Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). --- mach/proto/top/top.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.34.1