summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
committerbde <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
commit99e5039c72eb0b5010c09ee57fb090ef468688c7 (patch)
treef662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/i386/isa/cx.c
parentea83bba5aad7ea3d22e1e05e697b152bd0499edd (diff)
downloadFreeBSD-src-99e5039c72eb0b5010c09ee57fb090ef468688c7.zip
FreeBSD-src-99e5039c72eb0b5010c09ee57fb090ef468688c7.tar.gz
Removed new alias d_size_t for d_psize_t.
Removed old aliases d_rdwr_t and d_ttycv_t for d_read_t/d_write_t and d_devtotty_t. Sorted declarations of switch functions into switch order. Removed duplicated comments and declarations of nonexistent switch functions.
Diffstat (limited to 'sys/i386/isa/cx.c')
-rw-r--r--sys/i386/isa/cx.c2
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
OpenPOWER on IntegriCloud