[BusyBox] zlib: conflicting types

Glenn McGrath bug1 at optushome.com.au
Sat Mar 15 07:09:04 UTC 2003


On Sat, 15 Mar 2003 14:48:15 +0200 (EET)
Nick Fedchik <fnm at fusion.ukrsat.com> wrote:

> 
> I try to port cramfs tools to BusyBox.
> Problem:
> 

uncompress() is a function used the uncompress applet, the inflate
function is also already used in busybox.

I suspect inflate would be doing the same thing in busybox and cramfs so
they should be able to be modified to share the same function in
busybox.

Not sure about uncompress, could rename the function.



Glenn



More information about the busybox mailing list