summaryrefslogtreecommitdiffstats
path: root/development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch')
-rw-r--r--development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch b/development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch
new file mode 100644
index 0000000000..c70d4bc2fa
--- /dev/null
+++ b/development/kconfig-frontends/gperf3.1_kconfig_id_lookup.patch
@@ -0,0 +1,11 @@
+--- a/libs/parser/hconf.c
++++ b/libs/parser/hconf.c
+@@ -172,7 +172,7 @@ __attribute__ ((__gnu_inline__))
+ #endif
+ #endif
+ const struct kconf_id *
+-kconf_id_lookup (register const char *str, register unsigned int len)
++kconf_id_lookup (register const char *str, register GPERF_LEN_TYPE len)
+ {
+ enum
+ { \ No newline at end of file