]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: remove libsa/crc32.c and use version from zlib
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 19 Mar 2020 21:05:11 +0000 (21:05 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:42:16 +0000 (21:42 -0500)
commit2cdb7756262dcfc9ccad903d405d7e5dba78e1a7
tree522ad1f4e859c878082574755af72205b6755aa1
parent4253aad557e750ac02ff109b59bc81a9416f2689
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)
stand/common/part.c
stand/efi/gptboot/Makefile
stand/i386/gptboot/Makefile
stand/i386/gptzfsboot/Makefile
stand/libsa/crc32.c [deleted file]
stand/libsa/crc32.h [deleted file]
stand/libsa/gpt.c
stand/loader.mk
stand/uboot/lib/Makefile
stand/uboot/lib/glue.c