getty: Hurd has no CBAUD, work around that

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_20_stable
Denys Vlasenko 2011-10-30 21:27:33 +01:00
parent 83e34ac4b5
commit e504c245f7
1 changed files with 2 additions and 0 deletions

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