aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
commitc73feca0b7ac475e04a1a97b525ad461b3eca29e (patch)
treef662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/i386/isa/pcvt
parentd9f9371008a4433a269555c374912db62ef797c0 (diff)
downloadsrc-c73feca0b7ac475e04a1a97b525ad461b3eca29e.tar.gz
src-c73feca0b7ac475e04a1a97b525ad461b3eca29e.zip
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.
Notes
Notes: svn path=/head/; revision=12731
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_drv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_drv.c b/sys/i386/isa/pcvt/pcvt_drv.c
index dca892212ce7..6e5529e798ce 100644
--- a/sys/i386/isa/pcvt/pcvt_drv.c
+++ b/sys/i386/isa/pcvt/pcvt_drv.c
@@ -109,10 +109,10 @@ static char vt_description[];
static d_open_t pcopen;
static d_close_t pcclose;
-static d_rdwr_t pcread;
-static d_rdwr_t pcwrite;
+static d_read_t pcread;
+static d_write_t pcwrite;
static d_ioctl_t pcioctl;
-static d_ttycv_t pcdevtotty;
+static d_devtotty_t pcdevtotty;
static d_mmap_t pcmmap;
static struct cdevsw pcdevsw = {