getty: restore CRTSCTS comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
df7b6577c6
commit
f36368ed37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user