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/dgb/dgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dgb') diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index f29397710b1a7..69bf30c5496a3 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.10 1995/12/08 11:12:42 julian Exp $ + * dgb.c $Id: dgb.c,v 1.11 1995/12/08 23:19:28 phk Exp $ * * Digiboard driver. * @@ -201,7 +201,7 @@ static d_read_t dgbread; static d_write_t dgbwrite; static d_ioctl_t dgbioctl; static d_stop_t dgbstop; -static d_ttycv_t dgbdevtotty; +static d_devtotty_t dgbdevtotty; #define CDEV_MAJOR 58 static struct cdevsw dgb_cdevsw = -- cgit v1.3