patch-pty_c 422 B

123456789101112131415
  1. --- screen-4.2.1.orig/pty.c 2014-04-26 12:58:35.000000000 +0200
  2. +++ screen-4.2.1/pty.c 2014-05-01 13:04:48.000000000 +0200
  3. @@ -39,9 +39,9 @@
  4. #endif
  5. /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
  6. -#ifdef HAVE_STROPTS_H
  7. -# include <sys/stropts.h>
  8. -#endif
  9. +//#ifdef HAVE_STROPTS_H
  10. +//# include <sys/stropts.h>
  11. +//#endif
  12. #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
  13. # include <sys/ttold.h>