summarylogtreecommitdiffstats
path: root/gperf-3.1.patch
diff options
context:
space:
mode:
authorChris Cromer2017-03-31 18:08:12 -0300
committerChris Cromer2017-03-31 18:08:12 -0300
commit087a9788088605a4407d2d4aab0f84f384756612 (patch)
treeafe87dee8b2d194a393a57a5eee63b59db12094e /gperf-3.1.patch
parentef13e26d1f2fa0b951f8c4d141fe1c5a9afb5e93 (diff)
downloadaur-087a9788088605a4407d2d4aab0f84f384756612.tar.gz
gperf 3.1 patch
some name substitution in rules
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"
+