getty: restore CRTSCTS comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-01-26 16:14:47 +01:00
parent df7b6577c6
commit f36368ed37

View File

@ -291,7 +291,7 @@ static void termios_init(int speed)
}
#ifdef CRTSCTS
if (option_mask32 & F_RTSCTS)
G.termios.c_cflag |= CRTSCTS;
G.termios.c_cflag |= CRTSCTS; /* flow control using RTS/CTS pins */
#endif
G.termios.c_iflag = 0;
G.termios.c_lflag = 0;