summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/tty.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
Notes
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 2bf7f2004cd2..d1b708ad54e6 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)tty.c 8.8 (Berkeley) 1/21/94
- * $Id: tty.c,v 1.96 1997/09/14 02:40:44 peter Exp $
+ * $Id: tty.c,v 1.97 1997/10/12 20:24:05 phk Exp $
*/
/*-
@@ -1486,7 +1486,6 @@ loop:
int m = cc[VMIN];
long t = cc[VTIME];
struct timeval stime, timecopy;
- int x;
/*
* Check each of the four combinations.