getty: Hurd has no CBAUD, work around that

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-10-30 21:27:33 +01:00
parent 83e34ac4b5
commit e504c245f7

View File

@ -266,7 +266,9 @@ static void init_tty_attrs(int speed)
#ifdef CMSPAR
| CMSPAR /* mark or space parity */
#endif
#ifdef CBAUD
| CBAUD /* (output) baud rate */
#endif
#ifdef CBAUDEX
| CBAUDEX /* (output) baud rate */
#endif