diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-01 10:15:56 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-01 10:15:56 +0000 |
| commit | bda4474a591fa1287709d059699e5a0505511c24 (patch) | |
| tree | 297ba7698e7050ad68368e00d16d58526fec6b5d /sys/dev/dcons | |
| parent | fb86d10effa583c02de3a90d64a6f53dfcc4b9a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dcons')
| -rw-r--r-- | sys/dev/dcons/dcons.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c index f72bb79f4103b..ecdbadb1cb683 100644 --- a/sys/dev/dcons/dcons.c +++ b/sys/dev/dcons/dcons.c @@ -586,7 +586,6 @@ dcons_detach(int port) if (tp->t_state & TS_ISOPEN) { printf("dcons: still opened\n"); (*linesw[tp->t_line].l_close)(tp, 0); - tp->t_gen++; ttyclose(tp); ttwakeup(tp); ttwwakeup(tp); |
