Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 18:20:54 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 18:20:54 +0300
commit4907f6ec58bfe1f7622027669c53df208054d334 (patch)
tree0fc944227bfce4276b527013582bc548604a68c2 /loginutils
parentf36368ed3767381b68cb626df4d6865ec392621e (diff)
getty: fix "ifdef CMSPAR"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/getty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index 4dfe579c1..34f72c465 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 */