aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
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/dev/sio
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/dev/sio')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index b3a01b9b46c8..fa5941c20dcc 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.126 1995/12/08 23:20:44 phk Exp $
+ * $Id: sio.c,v 1.127 1995/12/10 13:39:13 phk Exp $
*/
#include "sio.h"
@@ -305,7 +305,7 @@ static d_read_t sioread;
static d_write_t siowrite;
static d_ioctl_t sioioctl;
static d_stop_t siostop;
-static d_ttycv_t siodevtotty;
+static d_devtotty_t siodevtotty;
#define CDEV_MAJOR 28
static struct cdevsw sio_cdevsw =