getty: fix "ifdef CMSPAR"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-01-26 16:20:54 +01:00
parent f36368ed37
commit 4907f6ec58

View File

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