diff --git a/components/lwp/terminal/freebsd/tty.c b/components/lwp/terminal/freebsd/tty.c index cdd90062790..e5a6e79f13c 100644 --- a/components/lwp/terminal/freebsd/tty.c +++ b/components/lwp/terminal/freebsd/tty.c @@ -73,7 +73,7 @@ static const char *dev_console_filename; #define TTYSUP_CFLAG \ (CIGNORE | CSIZE | CSTOPB | CREAD | PARENB | PARODD | HUPCL | CLOCAL | \ CCTS_OFLOW | CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW | \ - CNO_RTSDTR) + CNO_RTSDTR | CBAUD) /* * Set TTY buffer sizes.