]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gunzip: rename z{alloc, free} to gz{alloc, free}
authorMike Frysinger <vapier@gentoo.org>
Mon, 9 Apr 2012 13:39:53 +0000 (13:39 +0000)
committerAnatolij Gustschin <agust@denx.de>
Mon, 30 Apr 2012 14:54:51 +0000 (16:54 +0200)
commite3ed0575a7ce68c1c533978fc171c7611598dc4e
treeb3961648748950bd490b193f469b3c4d71d56702
parent9a800ac718abcac0aff6f98b922ceb236f411ffd
gunzip: rename z{alloc, free} to gz{alloc, free}

This allows us to add a proper zalloc() func (one that does a zeroing
alloc), and removes duplicate prototypes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
fs/cramfs/uncompress.c
include/u-boot/zlib.h
lib/gunzip.c