summaryrefslogtreecommitdiffstats
path: root/sys/net/zlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-071-631/+0
| | | | | | | | | | | | code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-5/+4
| | | | same naming style.
* consts, spacesmickey2001-01-291-10/+10
|
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-0/+631