summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-17 10:36:33 +0000
committerRoland McGrath <roland@gnu.org>2000-03-17 10:36:33 +0000
commitfd311e7b4b90f928e4148f9496994aa4769e59b3 (patch)
tree50b3956c15d11777177e463aac20fce57e971c38 /term
parenta64e5fa386cf57e35051d47f600deba150c74392 (diff)
.
Diffstat (limited to 'term')
-rw-r--r--term/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index be515205..9ac0010d 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,11 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * devio.c (devio_abandon_physical_output): Use ports_get_send_right.
+ (initial_open): Use ports_get_send_right.
+ (device_open_reply): Use ports_get_send_right.
+
+ * users.c (send_signal): Use ports_get_send_right.
+
1999-10-04 Thomas Bushnell, BSG <tb@mit.edu>
* term.h, devio.c, users.c: Revert previous change. Do it this
@@ -18,7 +26,7 @@
* users.c (open_hook): If NO_DEVICE flag set, return ENXIO immediately.
If we put out an open request, check for that bit as well as
NO_CARRIER changing in termflags and diagnose with ENXIO.
-
+
* Makefile (device_replyServer-CPPFLAGS): New variable, turn off
TypeCheck for this stub. This is necessary for error replies to get
through to our server-side functions in devio.c.