Re: [TRIVIAL PATCH] remove duplicate prototypes for gunzip() etc.

2007-04-05 Thread Krzysztof Halasa
Krzysztof Halasa <[EMAIL PROTECTED]> writes: > Remove duplicate prototypes for error(), gzip_mark() and gzip_release() > - they are first declared few lines earlier in all these files. That's obviously Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]> -- Krzysztof Halasa - To unsubscribe from

[TRIVIAL PATCH] remove duplicate prototypes for gunzip() etc.

2007-04-05 Thread Krzysztof Halasa
Remove duplicate prototypes for error(), gzip_mark() and gzip_release() - they are first declared few lines earlier in all these files. diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c index 1d65adf..b1239f9 100644 --- a/arch/alpha/boot/misc.c +++ b/arch/alpha/boot/misc.c @@ -90,9 +90,