From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 27 Apr 2009 17:44:19 +0200 Subject: [U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib In-Reply-To: <20090427123655.ADF4D83420E8@gemini.denx.de> References: <1240831297-15862-1-git-send-email-ricardo.ribalda@uam.es> <1240831297-15862-3-git-send-email-ricardo.ribalda@uam.es> <20090427123655.ADF4D83420E8@gemini.denx.de> Message-ID: <200904271744.19760.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 27 April 2009, Wolfgang Denk wrote: > > #include "ubifs.h" > > +#include > > > > #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 =====================================================================