getty: fix "ifdef CMSPAR"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f36368ed37
commit
4907f6ec58
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user