projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7b657
)
getty: restore CRTSCTS comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Jan 2011 15:14:47 +0000
(16:14 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/loginutils/getty.c
b/loginutils/getty.c
index f158a264ceacebe1cb98c98b082e784453b4d6cd..4dfe579c1c114a9236af7cf85d937aa3be50af2a 100644
(file)
--- 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;