summaryrefslogtreecommitdiff
path: root/data/screen/stropts.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 11:04:41 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 11:04:41 +0000
commita558f02107242688bdfcac53e0b8f70adff91c89 (patch)
tree18a215fbae1f4de344719498cb98ff4cbd3d3eea /data/screen/stropts.diff
parent62882fc0471895bc1a47c13e22daf35dcaafecd0 (diff)
Worked on a few more critical packages.
git-svn-id: http://svn.telesphoreo.org/trunk@75 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/screen/stropts.diff')
-rw-r--r--data/screen/stropts.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/screen/stropts.diff b/data/screen/stropts.diff
new file mode 100644
index 000000000..69b30de05
--- /dev/null
+++ b/data/screen/stropts.diff
@@ -0,0 +1,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
+