diff options
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index f158a264c..4dfe579c1 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -291,7 +291,7 @@ static void termios_init(int speed) | |||
291 | } | 291 | } |
292 | #ifdef CRTSCTS | 292 | #ifdef CRTSCTS |
293 | if (option_mask32 & F_RTSCTS) | 293 | if (option_mask32 & F_RTSCTS) |
294 | G.termios.c_cflag |= CRTSCTS; | 294 | G.termios.c_cflag |= CRTSCTS; /* flow control using RTS/CTS pins */ |
295 | #endif | 295 | #endif |
296 | G.termios.c_iflag = 0; | 296 | G.termios.c_iflag = 0; |
297 | G.termios.c_lflag = 0; | 297 | G.termios.c_lflag = 0; |