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:
cf9d33a
)
getty: do clear CLOCAL and CRTSCTS unless told otherwise
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Jan 2011 15:06:16 +0000
(16:06 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Jan 2011 15:06:16 +0000
(16:06 +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 3cf296ed19b32728d8d755ba0dab65378454631f..f158a264ceacebe1cb98c98b082e784453b4d6cd 100644
(file)
--- a/
loginutils/getty.c
+++ b/
loginutils/getty.c
@@
-279,10
+279,6
@@
static void termios_init(int speed)
#ifdef CIBAUD
| CIBAUD /* input baud rate */
#endif
-#ifdef CRTSCTS
- | CRTSCTS /* flow control using RTS/CTS pins */
-#endif
- | CLOCAL
);
/* Set: 8 bits; hang up (drop DTR) on last close; enable receive */
G.termios.c_cflag |= CS8 | HUPCL | CREAD;