The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=1652d2ff09ea5599ab4fc647038878f24f07f719
commit 1652d2ff09ea5599ab4fc647038878f24f07f719 Author: Mateusz Guzik <[email protected]> AuthorDate: 2021-08-23 09:46:28 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-08-23 13:23:20 +0000 arm64: retire bcmp Reviewed by: andrew Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D31645 --- sys/conf/files.arm64 | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index 202a911ad8ca..bae23b17cc40 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -9,7 +9,6 @@ kern/pic_if.m optional intrng kern/subr_devmap.c standard kern/subr_intr.c optional intrng kern/subr_physmem.c standard -libkern/bcmp.c standard libkern/memcmp.c standard \ compile-with "${NORMAL_C:N-fsanitize*}" libkern/memset.c standard \ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
