summaryrefslogtreecommitdiff
path: root/term/devio.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-18 05:58:30 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-18 05:58:30 +0000
commitdb70e2203e2b3ad5bfc50b9945bce3a3913b00df (patch)
tree22e1d94068e910a45997639d11ba21f133b3dfaa /term/devio.c
parenta24136f9e68216ea83eff8a9ea8969430e47f288 (diff)
Thu Feb 18 00:57:30 1999 Thomas Bushnell, BSG <tb@mit.edu>
* devio.c (devio_assert_dtr): Bother to set open_pending. Reported by OKUJI Yoshinori (okuji@kuicr.kyoto-u.ac.jp).
Diffstat (limited to 'term/devio.c')
-rw-r--r--term/devio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/term/devio.c b/term/devio.c
index 6c5a9683..aeae5eaf 100644
--- a/term/devio.c
+++ b/term/devio.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -441,6 +441,9 @@ devio_assert_dtr ()
ports_port_deref (phys_reply_pi);
phys_reply_pi = 0;
}
+ else
+ open_pending = 1;
+
return err;
}