[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox-cvs
Subject:    [git commit master 1/1] getty: fix "ifdef CMSPAR"
From:       vda.linux () googlemail ! com (Denys Vlasenko)
Date:       2011-01-26 15:20:54
Message-ID: 20110126152119.365F28D210 () busybox ! osuosl ! org
[Download RAW message or body]


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic