Fix a typo so that this compiles.

This commit is contained in:
jhb 2004-10-20 16:22:53 +00:00
parent 9f51695cbf
commit 16a654f3be

View File

@ -107,7 +107,7 @@ promopen(dev, flag, mode, td)
tp->t_dev = dev;
if ((tp->t_state & TS_ISOPEN) == 0) {
tp->t_state |= TS_CARR_ON;
ttyconsmode(tp, 0);
ttyconsolemode(tp, 0);
ttsetwater(tp);
setuptimeout = 1;