openbsd
This commit is contained in:
parent
6c4fd345de
commit
d242e5ad5a
@ -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*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user