From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 26 Apr 2012 14:47:28 +0200 Subject: [U-Boot] [PATCH 1/4] gunzip: rename z{alloc, free} to gz{alloc, free} In-Reply-To: <1334014796-4627-1-git-send-email-vapier@gentoo.org> References: <1334014796-4627-1-git-send-email-vapier@gentoo.org> Message-ID: <20120426144728.506d59e6@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 9 Apr 2012 19:39:53 -0400 Mike Frysinger wrote: > This allows us to add a proper zalloc() func (one that does a zeroing > alloc), and removes duplicate prototypes. > > Signed-off-by: Mike Frysinger > --- > fs/cramfs/uncompress.c | 7 ++----- > include/u-boot/zlib.h | 3 +++ > lib/gunzip.c | 11 ++++------- > 3 files changed, 9 insertions(+), 12 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks. Anatolij