]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: remove libsa/crc32.c and use version from zlib
authortsoome <tsoome@FreeBSD.org>
Thu, 19 Mar 2020 21:05:11 +0000 (21:05 +0000)
committertsoome <tsoome@FreeBSD.org>
Thu, 19 Mar 2020 21:05:11 +0000 (21:05 +0000)
commit3a2281945665b9be83f863218b027d51ece5767f
treeafc3239908ef86eea352b0194e91c35594473b4b
parenta2fe61baf8befd817a276148034ae628e8af7101
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