summaryrefslogtreecommitdiff
path: root/package/screen/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/screen/patches')
-rw-r--r--package/screen/patches/patch-pty_c15
-rw-r--r--package/screen/patches/patch-sched_h20
-rw-r--r--package/screen/patches/patch-screen_h11
3 files changed, 0 insertions, 46 deletions
diff --git a/package/screen/patches/patch-pty_c b/package/screen/patches/patch-pty_c
deleted file mode 100644
index 90d5636b4..000000000
--- a/package/screen/patches/patch-pty_c
+++ /dev/null
@@ -1,15 +0,0 @@
---- screen-4.2.1.orig/pty.c 2014-04-26 12:58:35.000000000 +0200
-+++ screen-4.2.1/pty.c 2014-05-01 13:04:48.000000000 +0200
-@@ -39,9 +39,9 @@
- #endif
-
- /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
--#ifdef HAVE_STROPTS_H
--# include <sys/stropts.h>
--#endif
-+//#ifdef HAVE_STROPTS_H
-+//# include <sys/stropts.h>
-+//#endif
-
- #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
- # include <sys/ttold.h>
diff --git a/package/screen/patches/patch-sched_h b/package/screen/patches/patch-sched_h
deleted file mode 100644
index 56508f1cd..000000000
--- a/package/screen/patches/patch-sched_h
+++ /dev/null
@@ -1,20 +0,0 @@
---- screen-4.2.1.orig/sched.h 2014-04-26 12:58:35.000000000 +0200
-+++ screen-4.2.1/sched.h 2014-05-01 13:04:48.000000000 +0200
-@@ -27,6 +27,11 @@
- * $Id$ GNU
- */
-
-+#ifndef __SCHED_H
-+#define __SCHED_H
-+
-+#include <sys/time.h>
-+
- struct event
- {
- struct event *next;
-@@ -46,3 +51,5 @@ struct event
- #define EV_READ 1
- #define EV_WRITE 2
- #define EV_ALWAYS 3
-+
-+#endif
diff --git a/package/screen/patches/patch-screen_h b/package/screen/patches/patch-screen_h
deleted file mode 100644
index ef6e5ea54..000000000
--- a/package/screen/patches/patch-screen_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- screen-4.2.1.orig/screen.h 2014-04-28 00:08:06.000000000 +0200
-+++ screen-4.2.1/screen.h 2015-02-19 02:36:51.299000393 +0100
-@@ -43,7 +43,7 @@
- #include "osdef.h"
-
- #include "ansi.h"
--#include "sched.h"
-+#include "my_sched.h"
- #include "acls.h"
- #include "comm.h"
- #include "layer.h"