summaryrefslogtreecommitdiff
path: root/package/trinity/patches/patch-ioctls_vt_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-25 00:29:44 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-26 06:27:01 +0100
commit1e3ad1e2709aeec9e798e123eba595b967b418c0 (patch)
treecbaa9cf33f172e5cb3735a3f280012cf4cfd063d /package/trinity/patches/patch-ioctls_vt_c
parent24f6fb4802b56009b93ac0eee861ece472c3e1b1 (diff)
trinity: update to latest, add mips compile fix from buildroot
Diffstat (limited to 'package/trinity/patches/patch-ioctls_vt_c')
-rw-r--r--package/trinity/patches/patch-ioctls_vt_c20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/trinity/patches/patch-ioctls_vt_c b/package/trinity/patches/patch-ioctls_vt_c
deleted file mode 100644
index e989b9eea..000000000
--- a/package/trinity/patches/patch-ioctls_vt_c
+++ /dev/null
@@ -1,20 +0,0 @@
-vt.c: add missing include to fix building with uClibc
-
-Backporting an upstream patch to fix a building issue with uClibc.
-
-Upstream commit:
-
- https://github.com/kernelslacker/trinity/commit/fb4a1adc4540f0702b84aa900f2b8ebed004885d
-
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-
---- trinity-1.5.orig/ioctls/vt.c 2015-03-02 17:08:20.000000000 +0100
-+++ trinity-1.5/ioctls/vt.c 2015-03-20 18:57:15.000000000 +0100
-@@ -1,6 +1,7 @@
- #include <sys/vt.h>
- #include <sys/ioctl.h>
- #include <linux/kd.h>
-+#include <linux/serial.h>
-
- #include "utils.h"
- #include "ioctls.h"