diff options
Diffstat (limited to 'i386/i386at/com.c')
-rw-r--r-- | i386/i386at/com.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index 325e099..f6d5656 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -622,7 +622,9 @@ comstart(tp) struct tty *tp; { char nch; +#if 0 int i; +#endif if (tp->t_state & (TS_TIMEOUT|TS_TTSTOP|TS_BUSY)) { comst_1++; |