From c73feca0b7ac475e04a1a97b525ad461b3eca29e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 10 Dec 1995 15:55:34 +0000 Subject: 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. --- sys/dev/rc/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/rc') diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 71d4fc024889..2c26c31975f3 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -106,7 +106,7 @@ static d_read_t rcread; static d_write_t rcwrite; static d_ioctl_t rcioctl; static d_stop_t rcstop; -static d_ttycv_t rcdevtotty; +static d_devtotty_t rcdevtotty; #define CDEV_MAJOR 63 static struct cdevsw rc_cdevsw = -- cgit v1.3