From f36368ed3767381b68cb626df4d6865ec392621e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 26 Jan 2011 16:14:47 +0100 Subject: getty: restore CRTSCTS comment Signed-off-by: Denys Vlasenko --- loginutils/getty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/getty.c') 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) } #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; -- cgit v1.2.3