apply BusyBox 1.19.3 hotfixes
[busybox-power] / debian / patches / hotfixes / busybox-1.19.3-getty.patch
1 --- busybox-1.19.3/loginutils/getty.c
2 +++ busybox-1.19.3-getty/loginutils/getty.c
3 @@ -271,7 +271,9 @@ static void termios_init(int speed)
4  #ifdef CMSPAR
5                 | CMSPAR  /* mark or space parity */
6  #endif
7 +#ifdef CBAUD
8                 | CBAUD   /* (output) baud rate */
9 +#endif
10  #ifdef CBAUDEX
11                 | CBAUDEX /* (output) baud rate */
12  #endif