[git commit master 1/1] getty: do clear CLOCAL and CRTSCTS unless told otherwise

Denys Vlasenko vda.linux at googlemail.com
Wed Jan 26 15:06:16 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=ffd81f2003deaf3471e1da818735df91841399c4
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/getty.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/loginutils/getty.c b/loginutils/getty.c
index 3cf296e..f158a26 100644
--- 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;
-- 
1.7.3.4



More information about the busybox-cvs mailing list