diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-08 23:23:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-08 23:23:00 +0000 |
| commit | d2f265fab89fec2b4d450a74eea4489401c61b1a (patch) | |
| tree | 0408fdddf8ea8eeab5dc960ead9a7c96a2e301bd /sys/kern/tty_tty.c | |
| parent | 04228afa84a08b15d6e0c92e80717a7e04ef83bc (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_tty.c')
| -rw-r--r-- | sys/kern/tty_tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index d34536c9ffa5..f69b63df4a8c 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_tty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_tty.c,v 1.7 1995/11/29 14:40:38 julian Exp $ + * $Id: tty_tty.c,v 1.8 1995/12/08 11:17:17 julian Exp $ */ /* @@ -57,6 +57,7 @@ static d_ioctl_t cttyioctl; static d_select_t cttyselect; #define CDEV_MAJOR 1 +/* Don't make static, fdesc_vnops uses this. */ struct cdevsw ctty_cdevsw = { cttyopen, nullclose, cttyread, cttywrite, /*1*/ cttyioctl, nullstop, nullreset, nodevtotty,/* tty */ |
