summaryrefslogtreecommitdiff
path: root/package/screen/patches/patch-pty_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-19 12:20:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-19 12:20:52 +0100
commitc847620da9e572763586651df9c3543492fa4498 (patch)
tree8302348d4a8bbf5ad0ee89b7e37295cefa69c3e0 /package/screen/patches/patch-pty_c
parentad87a3b0ba6e8b101f54de3fdfbf1b3bc914373d (diff)
parent136d1168be3efd776fc6bfa197aa18e5f641dedc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/screen/patches/patch-pty_c')
-rw-r--r--package/screen/patches/patch-pty_c14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/screen/patches/patch-pty_c b/package/screen/patches/patch-pty_c
new file mode 100644
index 000000000..e62923e01
--- /dev/null
+++ b/package/screen/patches/patch-pty_c
@@ -0,0 +1,14 @@
+--- screen-4.0.3.orig/pty.c 2003-09-08 16:26:18.000000000 +0200
++++ screen-4.0.3/pty.c 2014-02-19 08:26:17.000000000 +0100
+@@ -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