diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:28:24 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:28:24 +0000 |
commit | aae2c42a3fe0567bc6b5792dd9637685b6d00cd9 (patch) | |
tree | 18f9be245f04aa6e44177200c89292a1744a9f4b /term | |
parent | e88c882ecc9557ea14734a418252c2c8a5d8caf9 (diff) |
Just add two changes I forgot to document in the ChangeLog.
Diffstat (limited to 'term')
-rw-r--r-- | term/ChangeLog | 4 |
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 |