summaryrefslogtreecommitdiff
path: root/include/linux/zutil.h
AgeCommit message (Collapse)Author
2005-10-29[PATCH] ppc64 boot: remove include from include/linux/zutil.hOlaf Hering
zutil.h does not need errno.h Signed-off-by: Olaf Hering <olh@suse.de> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
2003-06-07[PATCH] zlib cleanup: Z_NULL removalJörn Engel
s/Z_NULL/NULL/g.
2003-06-07[PATCH] zlib cleanup: localJörn Engel
Simple s/local/static/.
2003-06-05[PATCH] zlib cleanup: OFJörn Engel
Remove the stale support for K&R function declarations through the OF() macro. This is the last patch to clean up zconf.h, at least for now.
2003-06-05[PATCH] zlib cleanup: ZEXPORTJörn Engel
Just a simple s/ZEXPORT//.
2003-06-05[PATCH] zlib cleanup: remove FAR macroJörn Engel
This removes FAR, the typedefs using FAR (Bytef and friends) and the function prototypes for zalloc and zfree that should have gone earlier already.
2002-02-06Fix up tree oddities that Al pointed out.Linus Torvalds