[U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib

Stefan Roese sr at denx.de
Mon Apr 27 17:44:19 CEST 2009


On Monday 27 April 2009, Wolfgang Denk wrote:
> >  #include "ubifs.h"
> > +#include <u-boot/zlib.h>
> >
> >  #if !defined(CONFIG_SYS_64BIT_VSPRINTF)
> >  #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
> > @@ -33,15 +34,17 @@ DECLARE_GLOBAL_DATA_PTR;
> >
> >  /* compress.c */
> >
> > +int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long
> > *lenp, +						int stoponerr, int offset);
>
> The prototype declaration should be in the neader file. Please remove
> here.

Ack.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list