From ac7059260ddf690ae0be9ce92221bf982d467bbc Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 1 Feb 2020 20:05:09 +0000 Subject: - fix build with gperf 3.1 PR: 243163 Approved by: (maintainer timeout) --- graphics/flasm/files/patch-util.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/flasm/files/patch-util.h (limited to 'graphics/flasm/files/patch-util.h') diff --git a/graphics/flasm/files/patch-util.h b/graphics/flasm/files/patch-util.h new file mode 100644 index 000000000000..301813a798ff --- /dev/null +++ b/graphics/flasm/files/patch-util.h @@ -0,0 +1,11 @@ +--- util.h.orig 2020-01-07 17:07:08 UTC ++++ util.h +@@ -47,7 +47,7 @@ struct keyword { + int token; + }; + +-extern struct keyword *in_word_set(register const char *str, register unsigned int len); ++extern struct keyword *in_word_set(register const char *str, register size_t len); + + void checkByteOrder(void); + int longintCompare(const void *ap, const void *bp); -- cgit v1.2.3