diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 02:57:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 02:57:26 +0000 |
commit | ee5cd0903a80ae6b6ca2b3cfd67063fe2f873d12 (patch) | |
tree | ae3eb9a4e68e144c6682c4b51d3cee5c585d4a6c /sys/arch/i386 | |
parent | ab8a8b247d0d9b96e461ed86b97cace56d02726f (diff) |
Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
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
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index bd2e8e96f05..b360a5e2910 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.205 2011/07/04 22:53:53 tedu Exp $ +# $OpenBSD: files.i386,v 1.206 2011/07/07 02:57:24 deraadt Exp $ # # new style config file for i386 architecture # @@ -45,7 +45,6 @@ file arch/i386/i386/trap.c file arch/i386/i386/vm_machdep.c file arch/i386/i386/softintr.c file arch/i386/i386/dkcsum.c bios -file lib/libz/adler32.c !ppp_deflate & !ipsec & !crypto file dev/cninit.c file arch/i386/i386/mptramp.s multiprocessor file arch/i386/i386/mp_setperf.c multiprocessor |