diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 13:34:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 13:34:09 +0000 |
commit | b8aa9c64688c47e16073669c37d8b55e40844731 (patch) | |
tree | b67b496713badab8b4a9d8695033bdaa957fc228 /decompress_lunzip.c | |
parent | Releasing debian version 0.3-2. (diff) | |
download | xlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.tar.xz xlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'decompress_lunzip.c')
-rw-r--r-- | decompress_lunzip.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/decompress_lunzip.c b/decompress_lunzip.c index 106c95b..f7da1fc 100644 --- a/decompress_lunzip.c +++ b/decompress_lunzip.c @@ -8,7 +8,7 @@ #ifdef STATIC #define PREBOOT -#include "lzip.c" +#include "lzip_decompress.c" #else #include "linux_lzip.h" #include "linux_lunzip.h" @@ -69,9 +69,9 @@ STATIC int INIT __lunzip(unsigned char *inbuf, long in_len, } #ifndef PREBOOT -/* decompress_fn (see linux/decompress/generic.h) should have an out_size - * argument to prevent overrunning outbuf in case of corruption of the - * compressed data. +/* decompress_fn (see include/linux/decompress/generic.h) should have an + * out_size argument to prevent overflowing outbuf in case of corruption + * of the compressed data. */ STATIC int INIT lunzip(unsigned char *inbuf, long in_len, long (*fill)(void*, unsigned long), |