aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 16:14:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 16:14:47 +0100
commitf36368ed3767381b68cb626df4d6865ec392621e (patch)
treee4d0e2d73faf09bed2224d5f6fe6e444f1badb26
parentdf7b6577c6abaff551b15ccc80917553afde33fb (diff)
downloadbusybox-w32-f36368ed3767381b68cb626df4d6865ec392621e.tar.gz
busybox-w32-f36368ed3767381b68cb626df4d6865ec392621e.tar.bz2
busybox-w32-f36368ed3767381b68cb626df4d6865ec392621e.zip
getty: restore CRTSCTS comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--loginutils/getty.c2
1 files changed, 1 insertions, 1 deletions
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)
291 } 291 }
292#ifdef CRTSCTS 292#ifdef CRTSCTS
293 if (option_mask32 & F_RTSCTS) 293 if (option_mask32 & F_RTSCTS)
294 G.termios.c_cflag |= CRTSCTS; 294 G.termios.c_cflag |= CRTSCTS; /* flow control using RTS/CTS pins */
295#endif 295#endif
296 G.termios.c_iflag = 0; 296 G.termios.c_iflag = 0;
297 G.termios.c_lflag = 0; 297 G.termios.c_lflag = 0;