The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=d411a5d3a905b53cc61cb1a04cf0bef47f76adbf
commit d411a5d3a905b53cc61cb1a04cf0bef47f76adbf Author: Enji Cooper <[email protected]> AuthorDate: 2026-02-08 07:37:52 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2026-02-08 07:37:52 +0000 Remove the tpool Kyuafile as well as the test This was accidentally missed in b78806b156f78733f8d6f1e0d. Reported by: des Fixes: b78806b15 ("Remove additional libtpool and libuutil-related files") --- ObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e131bb0d8a82..b329b26db026 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -101,6 +101,7 @@ OLD_LIBS+=usr/lib/libtpool.a OLD_LIBS+=usr/lib/libtpool.so OLD_LIBS+=usr/lib/libtpool_p.a OLD_FILES+=usr/tests/cddl/lib/libtpool/libtpool_test +OLD_FILES+=usr/tests/cddl/lib/libtpool/Kyuafile # 20251204: zpfind.9 alias to pfind.9 removed OLD_FILES+=usr/share/man/man9/zpfind.9
