diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 13:22:15 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 13:22:15 +0000 |
| commit | 3abd4ccf87f74f8034d787a2ce6affb57c7091f3 (patch) | |
| tree | 3dc7fa860e937e7c589fc78e9d17f2580e9cb085 /sys/kern/tty.c | |
| parent | 6bbe71f3b87a11716874c70d5a3bcbd391cc38cf (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty.c')
| -rw-r--r-- | sys/kern/tty.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 711fb65f362e..5280279fb82d 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -109,6 +109,11 @@ MALLOC_DEFINE(M_TTYS, "ttys", "tty data structures"); +long tk_cancc; +long tk_nin; +long tk_nout; +long tk_rawcc; + static int proc_compare(struct proc *p1, struct proc *p2); static int ttnread(struct tty *tp); static void ttyecho(int c, struct tty *tp); |
