[git commit master 1/1] getty: fix "ifdef CMSPAR"

Denys Vlasenko vda.linux at googlemail.com
Wed Jan 26 15:20:54 UTC 2011


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

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

diff --git a/loginutils/getty.c b/loginutils/getty.c
index 4dfe579..34f72c4 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -269,7 +269,7 @@ static void termios_init(int speed)
 		 * Odd parity (else even)
 		 */
 		| CSTOPB | PARENB | PARODD
-#ifdef CBAUDEX
+#ifdef CMSPAR
 		| CMSPAR  /* mark or space parity */
 #endif
 		| CBAUD   /* (output) baud rate */
-- 
1.7.3.4



More information about the busybox-cvs mailing list