summaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_tty.c')
-rw-r--r--sys/kern/tty_tty.c3
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 */