aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
269 * Odd parity (else even) 269 * Odd parity (else even)
270 */ 270 */
271 | CSTOPB | PARENB | PARODD 271 | CSTOPB | PARENB | PARODD
272#ifdef CBAUDEX 272#ifdef CMSPAR
273 | CMSPAR /* mark or space parity */ 273 | CMSPAR /* mark or space parity */
274#endif 274#endif
275 | CBAUD /* (output) baud rate */ 275 | CBAUD /* (output) baud rate */