74a2f95c589230071200b777d794d3f380e2a1d0
[openwrt.git] / package / busybox / patches / 000-upstream-getty.patch
1 --- a/loginutils/getty.c
2 +++ b/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
This page took 0.054744 seconds and 3 git commands to generate.