summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index d359f8d..ddf26b5 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -3111,7 +3111,7 @@ open_top:
if (flag & O_NONBLOCK)
return (EBUSY);
error = tsleep(&tp->t_actout,
- TTIPRI | PCATCH, "siobi", 0);
+ TTIPRI | PCATCH, "ttybi", 0);
if (error != 0 || (tp->t_flags & TS_GONE))
goto out;
goto open_top;
OpenPOWER on IntegriCloud