diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:58:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:58:22 +0000 |
| commit | 7423b2b40caffd32e1237f5db09c510733dbaf66 (patch) | |
| tree | 9928459e7f4fce705aea79e7aea62e83233a0f61 /sys/dev/ofw | |
| parent | 2cccccddd41b61024143d414f02a14ff624060c3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 08609944190e6..b74832a3eb143 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -139,7 +139,6 @@ ofw_dev_open(struct cdev *dev, int flag, int mode, struct thread *td) if ((tp->t_state & TS_ISOPEN) == 0) { tp->t_state |= TS_CARR_ON; ttyconsolemode(tp, 0); - ttsetwater(tp); setuptimeout = 1; } else if ((tp->t_state & TS_XCLUDE) && suser(td)) { |
