diff options
Diffstat (limited to 'sys/i386/isa/cx.c')
-rw-r--r-- | sys/i386/isa/cx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/cx.c b/sys/i386/isa/cx.c index 8e72dda..86b5ade 100644 --- a/sys/i386/isa/cx.c +++ b/sys/i386/isa/cx.c @@ -84,8 +84,8 @@ static d_read_t cxread; static d_write_t cxwrite; static d_ioctl_t cxioctl; static d_stop_t cxstop; +static d_devtotty_t cxdevtotty; static d_select_t cxselect; -static d_ttycv_t cxdevtotty; # define CDEV_MAJOR 42 |