| commit | d242e5ad5a7e2e5feff883fcd3b5792f343dc988 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Fri Jul 22 11:49:29 2005 +0000 |
| committer | rsc <devnull@localhost> | Fri Jul 22 11:49:29 2005 +0000 |
| tree | 6b50cdf866ea8b58df5e5840b5e2446aa936f066 | |
| parent | 6c4fd345de89a5a5cd5de42ab258d024ce44682f [diff] |
openbsd
diff --git a/src/cmd/acme/fsys.c b/src/cmd/acme/fsys.c index 8e482f6..8393424 100644 --- a/src/cmd/acme/fsys.c +++ b/src/cmd/acme/fsys.c
@@ -263,7 +263,12 @@ 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*