diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-02-01 20:05:09 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-02-01 20:05:09 +0000 |
| commit | ac7059260ddf690ae0be9ce92221bf982d467bbc (patch) | |
| tree | 6d5e399e7889a701e1cbf57cd5676d5fcd4b107a /graphics/flasm/files/patch-util.h | |
| parent | 22ecd1b14e7e63a71414e42243eabe66a513307d (diff) | |
- fix build with gperf 3.1
PR: 243163
Approved by: (maintainer timeout)
Diffstat (limited to 'graphics/flasm/files/patch-util.h')
| -rw-r--r-- | graphics/flasm/files/patch-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
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); |
