chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[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