diff options
Diffstat (limited to 'device/chario.c')
-rw-r--r-- | device/chario.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/device/chario.c b/device/chario.c index 0d9f803..0e9dd70 100644 --- a/device/chario.c +++ b/device/chario.c @@ -839,8 +839,7 @@ void ttrstrt( * Called at spltty, tty already locked. * Must be on master CPU if device runs on master. */ -void ttstart(tp) - struct tty *tp; +void ttstart(struct tty *tp) { if ((tp->t_state & (TS_TIMEOUT|TS_TTSTOP|TS_BUSY)) == 0) { /* |