From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wegner Date: Wed, 9 Dec 2009 14:14:21 +0100 Subject: [U-Boot] [PATCH] move prototype for gunzip() to common.h In-Reply-To: <4B1F9C16.1040806@ge.com> References: <20091208172555.GF16545@leila.ping.de> <20091208210640.8035219F3F@gemini.denx.de> <4B1F9C16.1040806@ge.com> Message-ID: <20091209131421.GL16545@leila.ping.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 Wed, Dec 09, 2009 at 07:46:14AM -0500, Jerry Van Baren wrote: > Wolfgang Denk wrote: > >Dear Wolfgang Wegner, > > > >In message <20091208172555.GF16545@leila.ping.de> you wrote: > >>sorry I did not know where to put additional comments... > > > >Comments go below the "---" line, i. e.: > > > > ... > > Singed-off-by: Wolfgang Wegner > ^^^^^^ > > ...and a typo s/Singed/Signed/ thank you for comments and corrections, and sorry for initially patching against the wrong code base. Somehow I had messed up what I rememberd about git branching. Patch is updated and testing in progress - MAKEALL takes some time even here on a reasonable fast machine... In the new version, I also moved the zunzip prototype which seemingly was unused outside of gunzip.c in the master branch but now used in ubifs in next. Regards, Wolfgang