HomeFreeBSD

loader: remove libsa/crc32.c and use version from zlib

Description

loader: remove libsa/crc32.c and use version from zlib

we have crc32(const void *, size_t) in libsa. Unfortunately zlib has
crc32(long, const unigned char *, unsigned) and we have conflict.

Since we do build libsa with zlib, we can use zlib version instead.

(cherry picked from commit 27bae6150a9fd352796b5ff775eb464a2cf6dac9)

Details

Provenance
tsoomeAuthored on Mar 19 2020, 9:05 PM
kevansCommitted on Oct 8 2021, 2:42 AM
Parents
rG4253aad557e7: loader: replace zfs_alloc/zfs_free with malloc/free
Branches
Unknown
Tags
Unknown