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/dgb | |
| parent | d9f9371008a4433a269555c374912db62ef797c0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dgb')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 = |
