rxvt-2.7.5-include.patch 495 B

1234567891011121314151617
  1. uClibc doesn't have <sys/stropts.h>
  2. ---
  3. src/init.h | 1 -
  4. 1 file changed, 1 deletion(-)
  5. Index: rxvt-2.7.5/src/init.h
  6. ===================================================================
  7. --- rxvt-2.7.5.orig/src/init.h
  8. +++ rxvt-2.7.5/src/init.h
  9. @@ -16,7 +16,6 @@
  10. #if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
  11. # include <sys/resource.h> /* for struct rlimit */
  12. -# include <sys/stropts.h> /* for I_PUSH */
  13. # define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */
  14. #endif