Merged from sys/dev/sio/sio.c revision 1.399.
This commit is contained in:
parent
b0327095f6
commit
b19a8c613b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user