This commit is contained in:
rsc 2005-07-22 11:49:29 +00:00
parent 6c4fd345de
commit d242e5ad5a

View file

@ -263,7 +263,12 @@ void
fsysclose(void)
{
closing = 1;
/*
* apparently this is not kosher on openbsd.
* perhaps because fsysproc is reading from sfd right now,
* the close hangs indefinitely.
close(sfd);
*/
}
Xfid*