diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-10-15 12:36:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-12-15 07:04:38 +0100 |
commit | 9bed1619d49b1d87a74cad6b11cc590c330bca47 (patch) | |
tree | 55bd53b647b24761287a2babba8917859746b7e6 /package/screen/patches/patch-pty_c | |
parent | 43d98bb6adf0092981af2fb83b89cf9125bdcecc (diff) |
screen: update to 5.0.0
Diffstat (limited to 'package/screen/patches/patch-pty_c')
-rw-r--r-- | package/screen/patches/patch-pty_c | 15 |
1 files changed, 0 insertions, 15 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> |