summaryrefslogtreecommitdiff
path: root/package/kbd/patches/patch-src_openvt_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 09:42:45 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 09:42:45 +0200
commit71cafe792c3fd9e374e2c415699c9bce8d7e25a3 (patch)
tree78371e2f643fafd0db6d76f6bdfa676d3d5b84a0 /package/kbd/patches/patch-src_openvt_c
parente010476a7aa4548e47e6d76455cb09d289851ab9 (diff)
kbd: update to 2.0.3, fix musl compile
Diffstat (limited to 'package/kbd/patches/patch-src_openvt_c')
-rw-r--r--package/kbd/patches/patch-src_openvt_c8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/kbd/patches/patch-src_openvt_c b/package/kbd/patches/patch-src_openvt_c
deleted file mode 100644
index efb8736cc..000000000
--- a/package/kbd/patches/patch-src_openvt_c
+++ /dev/null
@@ -1,8 +0,0 @@
---- kbd-2.0.1.orig/src/openvt.c 2013-08-27 22:45:33.000000000 +0200
-+++ kbd-2.0.1/src/openvt.c 2014-03-24 12:48:07.000000000 +0100
-@@ -1,3 +1,5 @@
-+#include <fcntl.h>
-+#include <limits.h>
- #include <stdio.h>
- #include <stdarg.h>
- #include <unistd.h>