Copy from Berkano Overlay
[otih-overlay.git] / app-misc / screen / files / 4.0.2-no-pty.patch
blob7b7b7984fff965dd8dd2808cccf76407c838cb1c
1 --- screen-4.0.2/pty.c.orig 2004-07-29 23:53:45.313533536 -0400
2 +++ screen-4.0.2/pty.c 2004-07-29 23:53:59.011451136 -0400
3 @@ -33,11 +33,6 @@
4 # include <sys/ioctl.h>
5 #endif
7 -/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
8 -#ifdef HAVE_SVR4_PTYS
9 -# include <sys/stropts.h>
10 -#endif
12 #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
13 # include <sys/ttold.h>
14 #endif