This commit is contained in:
albert
2002-10-02 00:33:56 +00:00
parent bbdb12e639
commit 7b1aebf7c4
4 changed files with 5 additions and 1 deletions

View File

@ -224,7 +224,7 @@ open_again:
default: _exit(101);
case EACCES: /* somebody screwing around? */
/* FIXME: set a flag to disable symbol lookup? */
case ENOENT: /* no module support */
case ENOENT:; /* no module support */
}
goto hell;
}