aboutsummaryrefslogtreecommitdiffstats
path: root/main/kbd/bkeymaps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/kbd/bkeymaps.patch')
-rw-r--r--main/kbd/bkeymaps.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/kbd/bkeymaps.patch b/main/kbd/bkeymaps.patch
deleted file mode 100644
index cea626167f..0000000000
--- a/main/kbd/bkeymaps.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/loadkeys.c b/src/loadkeys.c
-index 8b8e7a1..b3f7fea 100644
---- a/src/loadkeys.c
-+++ b/src/loadkeys.c
-@@ -174,7 +174,8 @@ main(int argc, char *argv[])
- }
-
- /* get console */
-- fd = getfd(console);
-+ if (!(options & OPT_B))
-+ fd = getfd(console);
-
- if (!(options & OPT_M) && !(options & OPT_B)) {
- /* check whether the keyboard is in Unicode mode */