commit d242e5ad5a7e2e5feff883fcd3b5792f343dc988 from: rsc date: Fri Jul 22 11:49:29 2005 UTC openbsd commit - 6c4fd345de89a5a5cd5de42ab258d024ce44682f commit + d242e5ad5a7e2e5feff883fcd3b5792f343dc988 blob - 8e482f6c1212e462431ba0dd55700f91fb308f65 blob + 8393424f9a490169775517c43e45f7bf125fe317 --- src/cmd/acme/fsys.c +++ 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*