Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).
This commit is contained in:
parent
f2046954e6
commit
dd400ca720
|
@ -626,7 +626,6 @@ error(s,a)
|
|||
{
|
||||
fprintf(stderr,s,a);
|
||||
fprintf(stderr,"\n");
|
||||
_cleanup();
|
||||
abort();
|
||||
exit(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue