On Tue, 06 Feb 2024 10:48:38 +0100, Sascha Hauer wrote:
> In order to support decompression of files > 2GiB Linux has changed
> the prototypes of decompression functions from
> 
> int uncompress(unsigned char *inbuf, int len,
>              int(*fill)(void*, unsigned int),
>              int(*flush)(void*, unsigned int),
>              unsigned char *output,
>              int *pos,
>              void(*error_fn)(char *x));
> 
> [...]

Applied, thanks!

[1/1] decompress: change length arguments to long
      https://git.pengutronix.de/cgit/barebox/commit/?id=19f44baf474d (link may 
not be stable)

Best regards,
-- 
Sascha Hauer <s.ha...@pengutronix.de>


Reply via email to