dar...@netbsd.org wrote: > Added Files: > src/sys/lib/libkern: crc32.c crc32.h : > Adds the fast version of crc32 from zlib to libkern. This should be generally > useful and provide a place to start normalizing the various crc32 routines > in the kernel. The crc32 routine is used in this patch to support GZIP.
Isn't it better to simply build and link libz rather than having a dumb copies in libkern? --- Izumi Tsutsui