]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
zlib: fix code when DEBUG is defined
authorGiuseppe CONDORELLI <giuseppe.condorelli@st.com>
Thu, 3 Sep 2009 11:37:46 +0000 (07:37 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:14 +0000 (09:04 -0500)
commitaa0c9e34d5ab869b3e1ca1fea56b79d458f1a22f
tree9be5b840950623a511aff0b543e4ab148c3a1760
parent897e6d063da8f4fa6d50d9942f911b107e00915f
zlib: fix code when DEBUG is defined

Removed stdio.h inclusion and moved trace macros to use printf avoiding to
write debug informations to standard error.

Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
lib_generic/zlib.c