From b19a8c613b438683dc28e38ad3bf0501245b7bf2 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 1 Jun 2003 04:44:43 +0000 Subject: [PATCH] Merged from sys/dev/sio/sio.c revision 1.399. --- sys/pc98/cbus/sio.c | 2 -- sys/pc98/pc98/sio.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index b571fefa4d4..28eb52e63bd 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -2124,9 +2124,7 @@ comhardclose(com) { int s; struct tty *tp; - int unit; - unit = com->unit; s = spltty(); com->poll = FALSE; com->poll_output = FALSE; diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index b571fefa4d4..28eb52e63bd 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/sio.c @@ -2124,9 +2124,7 @@ comhardclose(com) { int s; struct tty *tp; - int unit; - unit = com->unit; s = spltty(); com->poll = FALSE; com->poll_output = FALSE;