plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit d242e5ad5a7e2e5feff883fcd3b5792f343dc988
parent 6c4fd345de89a5a5cd5de42ab258d024ce44682f
Author: rsc <devnull@localhost>
Date:   Fri, 22 Jul 2005 11:49:29 +0000

openbsd

Diffstat:
Msrc/cmd/acme/fsys.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/cmd/acme/fsys.c b/src/cmd/acme/fsys.c @@ -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*