From 1a8e55ce789fd089311838c09e4a418c90178c38 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 May 2014 07:47:06 +0200 Subject: update to latest, use OpenWrt patches --- package/screen/patches/patch-pty_c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'package/screen/patches/patch-pty_c') diff --git a/package/screen/patches/patch-pty_c b/package/screen/patches/patch-pty_c index e62923e01..90d5636b4 100644 --- a/package/screen/patches/patch-pty_c +++ b/package/screen/patches/patch-pty_c @@ -1,14 +1,15 @@ ---- 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 +--- 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_SVR4_PTYS + /* for solaris 2.1, Unixware (SVR4.2) and possibly others */ +-#ifdef HAVE_STROPTS_H -# include -#endif -- ++//#ifdef HAVE_STROPTS_H ++//# include ++//#endif + #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) # include - #endif -- cgit v1.2.3