summarylogtreecommitdiffstats
path: root/gperf-3.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gperf-3.1.patch')
-rw-r--r--gperf-3.1.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gperf-3.1.patch b/gperf-3.1.patch
new file mode 100644
index 000000000000..68233b266946
--- /dev/null
+++ b/gperf-3.1.patch
@@ -0,0 +1,12 @@
+diff -Naur eudev-3.2.1-orig/src/udev/udev-builtin-keyboard.c eudev-3.2.1/src/udev/udev-builtin-keyboard.c
+--- eudev-3.2.1-orig/src/udev/udev-builtin-keyboard.c 2016-11-17 18:14:19.000000000 -0300
++++ eudev-3.2.1/src/udev/udev-builtin-keyboard.c 2017-02-18 20:39:09.960018936 -0300
+@@ -28,7 +28,7 @@
+
+ #include "udev.h"
+
+-static const struct key *keyboard_lookup_key(const char *str, unsigned len);
++static const struct key *keyboard_lookup_key(const char *str, size_t len);
+ #include "keyboard-keys-from-name.h"
+ #include "keyboard-keys-to-name.h"
+