cracklib: update to 2.10.3; drop 32 bit
[oi-userland.git] / components / sysutils / mc / patches / 02-lib-tty-fix-resize.patch
blob9d5f1030c461c9b5713cf53395ad9acb2be1e7dd
1 --- mc-4.8.17.orig/lib/tty/tty.c 2016-05-07 18:42:52.000000000 +0300
2 +++ mc-4.8.17/lib/tty/tty.c 2016-05-10 00:09:54.855127669 +0300
3 @@ -39,6 +39,9 @@
4 #ifdef HAVE_SYS_IOCTL_H
5 #include <sys/ioctl.h>
6 #endif
7 +#ifdef __sun
8 +#include <termios.h> /* TIOCSWINSZ */
9 +#endif
11 #include "lib/global.h"
12 #include "lib/strutil.h"