mosh: Remove old patch
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 10 Oct 2015 02:12:07 +0000 (22:12 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 10 Oct 2015 02:12:07 +0000 (22:12 -0400)
disabled-packages/mosh/BROKEN.txt [deleted file]
disabled-packages/mosh/pty_compat.cc.patch [deleted file]

diff --git a/disabled-packages/mosh/BROKEN.txt b/disabled-packages/mosh/BROKEN.txt
deleted file mode 100644 (file)
index 7e5928b..0000000
+++ /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 (file)
index 4e950fd..0000000
+++ /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 <unistd.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
--#include <sys/stropts.h>
- #include <termios.h>
-
- #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)" );