summaryrefslogtreecommitdiff
path: root/include/linux/zutil.h
AgeCommit message (Collapse)Author
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