From 58dac2e796c106c068fd98302385eab0be35f16c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jun 2002 19:22:58 +0000 Subject: 2002-06-25 Roland McGrath * term.h (struct bottomhalf): New member `fini'. * hurdio.c (hurdio_fini): New function. (hurdio_bottom): Use it. * devio.c (devio_fini): New function. (devio_bottom): Use it. * ptyio.c (ptyio_bottom): Add 0 entry for `fini'. --- term/ptyio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term/ptyio.c') diff --git a/term/ptyio.c b/term/ptyio.c index 98fb5052..9c1509ff 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -276,7 +276,8 @@ const struct bottomhalf ptyio_bottom = { TERM_ON_MASTERPTY, ptyio_init, - NULL, + NULL, /* fini */ + NULL, /* gwinsz */ ptyio_start_output, ptyio_set_break, ptyio_clear_break, -- cgit v1.2.3