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)
|
* Odd parity (else even)
|
||||||
*/
|
*/
|
||||||
| CSTOPB | PARENB | PARODD
|
| CSTOPB | PARENB | PARODD
|
||||||
#ifdef CBAUDEX
|
#ifdef CMSPAR
|
||||||
| CMSPAR /* mark or space parity */
|
| CMSPAR /* mark or space parity */
|
||||||
#endif
|
#endif
|
||||||
| CBAUD /* (output) baud rate */
|
| CBAUD /* (output) baud rate */
|
||||||
|
Loading…
Reference in New Issue
Block a user