aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/fsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/fsys.c')
-rw-r--r--src/cmd/acme/fsys.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/acme/fsys.c b/src/cmd/acme/fsys.c
index 8e482f6c..8393424f 100644
--- 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*