libuv: Update from 1.20.1 to 1.20.2
[termux-packages] / packages / rlwrap / ptytty.c.patch
1 diff -u -r ../rlwrap-0.41/src/ptytty.c ./src/ptytty.c
2 --- ../rlwrap-0.41/src/ptytty.c 2014-05-18 13:03:25.000000000 +0200
3 +++ ./src/ptytty.c 2014-07-16 12:39:03.777342023 +0200
4 @@ -41,9 +41,6 @@
5 #ifdef HAVE_SYS_IOCTL_H
6 # include <sys/ioctl.h>
7 #endif
8 -#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
9 -# include <sys/stropts.h> /* for I_PUSH */
10 -#endif
11
12
13