]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/screen-4.0.3-stropts.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / src / patches / screen-4.0.3-stropts.patch
CommitLineData
42787ee5
MT
1diff -up screen-4.0.3/tty.sh.stropts screen-4.0.3/tty.sh
2--- screen-4.0.3/tty.sh.stropts 2003-09-08 16:24:25.000000000 +0200
3+++ screen-4.0.3/tty.sh 2008-04-07 11:28:34.000000000 +0200
4@@ -76,7 +76,7 @@ exit 0
5 #endif
6
7 #include "config.h"
8-#ifdef SVR4
9+#if 0
10 #include <sys/stropts.h> /* for I_POP */
11 #endif
12
13diff -up screen-4.0.3/screen.c.stropts screen-4.0.3/screen.c
14--- screen-4.0.3/screen.c.stropts 2008-04-07 11:25:21.000000000 +0200
15+++ screen-4.0.3/screen.c 2008-04-07 11:29:14.000000000 +0200
16@@ -50,7 +50,7 @@
17
18 #include "config.h"
19
20-#ifdef SVR4
21+#if 0
22 # include <sys/stropts.h>
23 #endif
24
25diff -up screen-4.0.3/process.c.stropts screen-4.0.3/process.c
26--- screen-4.0.3/process.c.stropts 2003-09-18 14:53:54.000000000 +0200
27+++ screen-4.0.3/process.c 2008-04-07 11:29:47.000000000 +0200
28@@ -37,7 +37,7 @@
29 #include "config.h"
30
31 /* for solaris 2.1, Unixware (SVR4.2) and possibly others: */
32-#ifdef SVR4
33+#if 0
34 # include <sys/stropts.h>
35 #endif
36
37diff -up screen-4.0.3/pty.c.stropts screen-4.0.3/pty.c
38--- screen-4.0.3/pty.c.stropts 2003-09-08 16:26:18.000000000 +0200
39+++ screen-4.0.3/pty.c 2008-04-07 11:30:07.000000000 +0200
40@@ -34,7 +34,7 @@
41 #endif
42
43 /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
44-#ifdef HAVE_SVR4_PTYS
45+#if 0
46 # include <sys/stropts.h>
47 #endif
48