diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
| commit | c73feca0b7ac475e04a1a97b525ad461b3eca29e (patch) | |
| tree | f662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/dev/sio | |
| parent | d9f9371008a4433a269555c374912db62ef797c0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio')
| -rw-r--r-- | sys/dev/sio/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index b3a01b9b46c8d..fa5941c20dcc1 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 = |
