getty: restore CRTSCTS comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jan 2011 15:14:47 +0000 (16:14 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jan 2011 15:14:47 +0000 (16:14 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
loginutils/getty.c

index f158a26..4dfe579 100644 (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;