diff options
author | Denys Vlasenko | 2011-01-26 16:14:47 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-01-26 16:14:47 +0100 |
commit | f36368ed3767381b68cb626df4d6865ec392621e (patch) | |
tree | e4d0e2d73faf09bed2224d5f6fe6e444f1badb26 /loginutils | |
parent | df7b6577c6abaff551b15ccc80917553afde33fb (diff) | |
download | busybox-f36368ed3767381b68cb626df4d6865ec392621e.zip busybox-f36368ed3767381b68cb626df4d6865ec392621e.tar.gz |
getty: restore CRTSCTS comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-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 f158a26..4dfe579 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -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; |