components/desktop/xscreensaver/patches/0021-forkpty.patch
changeset 7818 c93a988b3522
parent 5561 0416d82f7f55
--- a/components/desktop/xscreensaver/patches/0021-forkpty.patch	Wed Mar 29 13:16:33 2017 -0700
+++ b/components/desktop/xscreensaver/patches/0021-forkpty.patch	Thu Mar 30 13:00:52 2017 -0700
@@ -1,4 +1,4 @@
-From 441a8b986e5a1d24e9930fdfd1129804d29775db Mon Sep 17 00:00:00 2001
+From ac1cd9caa8286552a4a74ca9e2a933457b6fef40 Mon Sep 17 00:00:00 2001
 From: Alan Coopersmith <[email protected]>
 Date: Thu, 4 Feb 2016 13:32:28 -0800
 Subject: [PATCH] forkpty
@@ -7,17 +7,17 @@
 but doesn't realize we stuck the required definitions in <sys/termios.h>
 instead of <pty.h> or <util.h>
 
-Sent upstream on 05 Feb 2016, no response yet.
+Sent upstream on 05 Feb 2016, upstream has included in 5.36 release.
 ---
  configure.in       | 2 +-
  utils/textclient.c | 3 +++
  2 files changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/configure.in b/configure.in
-index 873299e..f8f746b 100644
+index dea1f6a..517cd94 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -3547,7 +3547,7 @@ fi
+@@ -3541,7 +3541,7 @@ fi
  ###############################################################################
  
  PTY_LIBS=
@@ -41,5 +41,5 @@
  
  #undef DEBUG
 -- 
-2.6.1
+2.7.4