From edd4a4057b2fa1d2f7aa6655f7a5c44a40070755 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 9 Oct 2015 22:12:07 -0400 Subject: [PATCH] mosh: Remove old patch --- disabled-packages/mosh/BROKEN.txt | 1 - disabled-packages/mosh/pty_compat.cc.patch | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 disabled-packages/mosh/BROKEN.txt delete mode 100644 disabled-packages/mosh/pty_compat.cc.patch diff --git a/disabled-packages/mosh/BROKEN.txt b/disabled-packages/mosh/BROKEN.txt deleted file mode 100644 index 7e5928b61..000000000 --- a/disabled-packages/mosh/BROKEN.txt +++ /dev/null @@ -1 +0,0 @@ -Segfaults after ssh auth diff --git a/disabled-packages/mosh/pty_compat.cc.patch b/disabled-packages/mosh/pty_compat.cc.patch deleted file mode 100644 index 4e950fd4d..000000000 --- a/disabled-packages/mosh/pty_compat.cc.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -u -r ../mosh-1.2.4/src/util/pty_compat.cc ./src/util/pty_compat.cc ---- ../mosh-1.2.4/src/util/pty_compat.cc 2013-03-10 21:45:37.000000000 +0100 -+++ ./src/util/pty_compat.cc 2014-01-23 03:18:24.000000000 +0100 -@@ -39,7 +39,6 @@ - #include - #include - #include --#include - #include - - #include "pty_compat.h" -@@ -92,7 +91,7 @@ - return -1; - } - --#ifndef _AIX -+#ifndef __ANDROID__ - if ( ioctl(slave, I_PUSH, "ptem") < 0 || - ioctl(slave, I_PUSH, "ldterm") < 0 ) { - perror( "ioctl(I_PUSH)" );