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:
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 */