summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 40b64ae5116..4092140d961 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.52 2002/06/11 05:06:18 art Exp $ */
+/* $OpenBSD: tty.c,v 1.53 2002/07/03 21:19:08 miod Exp $ */
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
@@ -165,6 +165,8 @@ u_char const char_type[] = {
struct ttylist_head ttylist; /* TAILQ_HEAD */
int tty_count;
+int64_t tk_cancc, tk_nin, tk_nout, tk_rawcc;
+
/*
* Initial open of tty, or (re)entry to standard tty line discipline.
*/