summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty.c')
-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 6f8114e..8cbcb65 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -2407,7 +2407,7 @@ ttyinfo(struct tty *tp)
PGRP_UNLOCK(tp->t_pgrp);
td = FIRST_THREAD_IN_PROC(pick);
- if (pick->p_flag & P_KSES) {
+ if (pick->p_flag & P_THREADED) {
stmp = "KSE" ; /* XXXKSE */
} else {
if (td) {
OpenPOWER on IntegriCloud