summaryrefslogtreecommitdiff
path: root/data/screen/stropts.diff
blob: 69b30de055d4d5755a53a8f0ed6349644d1de1c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -r -u screen-4.0.2/pty.c screen-4.0.2+iPhone/pty.c
--- screen-4.0.2/pty.c	2003-09-08 14:26:18.000000000 +0000
+++ screen-4.0.2+iPhone/pty.c	2008-02-12 10:56:58.000000000 +0000
@@ -33,11 +33,6 @@
 # include <sys/ioctl.h>
 #endif
 
-/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
-#ifdef HAVE_SVR4_PTYS
-# include <sys/stropts.h>
-#endif
-
 #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
 # include <sys/ttold.h>
 #endif