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