patch-pty_c 392 B

1234567891011121314
  1. --- screen-4.0.3.orig/pty.c 2003-09-08 16:26:18.000000000 +0200
  2. +++ screen-4.0.3/pty.c 2014-02-19 08:26:17.000000000 +0100
  3. @@ -33,11 +33,6 @@
  4. # include <sys/ioctl.h>
  5. #endif
  6. -/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
  7. -#ifdef HAVE_SVR4_PTYS
  8. -# include <sys/stropts.h>
  9. -#endif
  10. -
  11. #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
  12. # include <sys/ttold.h>
  13. #endif