diff options
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r-- | sys/kern/tty_pty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index eadcf08..ef914df 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -787,6 +787,7 @@ ptyioctl(dev, cmd, data, flag, td) #endif pti->pt_send |= TIOCPKT_IOCTL; ptcwakeup(tp, FREAD); + break; default: break; } |