diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 18:39:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 18:39:29 +0000 |
| commit | 0623afde6f31ef8cd1687b8009ed3b6c5dff0727 (patch) | |
| tree | 2dba01e491cd6d521f1a51f7af82ac2e233d1443 /sys/dev/sio/sio.c | |
| parent | 9d4b1fa40eddf3e43f01f5a8e33377dbfc7b6505 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index c04d111665f3..7b11c257fafc 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -1400,9 +1400,7 @@ comhardclose(com) { int s; struct tty *tp; - int unit; - unit = com->unit; s = spltty(); com->poll = FALSE; com->poll_output = FALSE; |
