From b13f4308534537fa4931199e7a3f5bf297efba82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 23 Jul 2016 13:06:54 +0200 Subject: zlib: Update builtin version to upstream 1.2.8 Our only differences to the upstream distribution are: - The `gz*.c` files are not included - Z_PREFIX and Z_SOLO are defined in zconf.h --- drivers/builtin_zlib/zlib/zutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/builtin_zlib/zlib/zutil.c') diff --git a/drivers/builtin_zlib/zlib/zutil.c b/drivers/builtin_zlib/zlib/zutil.c index 65e0d3b72b..23d2ebef00 100644 --- a/drivers/builtin_zlib/zlib/zutil.c +++ b/drivers/builtin_zlib/zlib/zutil.c @@ -14,7 +14,7 @@ struct internal_state {int dummy;}; /* for buggy compilers */ #endif -const char * const z_errmsg[10] = { +z_const char * const z_errmsg[10] = { "need dictionary", /* Z_NEED_DICT 2 */ "stream end", /* Z_STREAM_END 1 */ "", /* Z_OK 0 */ -- cgit v1.2.3