summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--term/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index c9bfff50..368feefc 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -27,7 +27,7 @@
Change return type to error_t, and return an error value, rather
than bailing out. Declare as static.
(devio_bottom): Add type TERM_ON_MACHDEV and init function
- devio_init.
+ devio_init, and define as const.
(devio_set_bits): Accept new argument STATE and use that to work
out the terminal state, rather than changing the global termstate.
(devio_mdmstate): Accept new argument STATE and use that to return
@@ -46,7 +46,7 @@
(ptyio_mdmstate): Likewise, and accept new argument STATE.
(ptyio_init): Declare as static and change return type to error_t.
(ptyio_bottom): Add type TERM_ON_MASTERPTY and init function
- ptyio_init.
+ ptyio_init, and define as const.
(ptyio_set_bits): Accept new argument STATE and use that to work
out the terminal state, rather than changing the global termstate.
(ptyio_mdmstate): Accept new argument STATE and use that to return