patch-pty_c 472 B

12345678910111213141516
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- screen-4.0.3.orig/pty.c 2003-09-08 16:26:18.000000000 +0200
  3. +++ screen-4.0.3/pty.c 2008-10-08 13:33:43.000000000 +0200
  4. @@ -34,9 +34,9 @@
  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. +//#ifdef HAVE_SVR4_PTYS
  11. +//# include <sys/stropts.h>
  12. +//#endif
  13. #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
  14. # include <sys/ttold.h>