]> 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)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 19 Mar 2020 21:05:11 +0000 (21:05 +0000)
commit27bae6150a9fd352796b5ff775eb464a2cf6dac9
treeafc3239908ef86eea352b0194e91c35594473b4b
parent6fb7b4fbdbf033fd0a41e805c0726f174f59628c
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.

Reviewed by: allanjude
Differential Revision: https://reviews.freebsd.org/D24068
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