CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/25 10:59:10
Modified files: lib/libz : ChangeLog README adler32.c compress.c crc32.c deflate.c deflate.h gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c infback.c inffast.c inffast.h inflate.c inftrees.c inftrees.h trees.c uncompr.c zconf.h zlib.h zutil.c zutil.h Log message: Update libz to the HEAD of the develop branch This mostly moves from K&R prototypes to ANSI prototypes and includes a handful of bug fixes that are nice to have. The corresponding sys commit will allow us to undo some hacks that jca applied to make the kernel build with clang 15. discussed with deraadt