You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/loginutils/getty.c
|
|
+++ b/loginutils/getty.c
|
|
@@ -271,7 +271,9 @@ static void termios_init(int speed)
|
|
#ifdef CMSPAR
|
|
| CMSPAR /* mark or space parity */
|
|
#endif
|
|
+#ifdef CBAUD
|
|
| CBAUD /* (output) baud rate */
|
|
+#endif
|
|
#ifdef CBAUDEX
|
|
| CBAUDEX /* (output) baud rate */
|
|
#endif
|
|
|