The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=0ffebeb08ae5d77f0159550761878d6a090770f2
commit 0ffebeb08ae5d77f0159550761878d6a090770f2 Author: Kyle Evans <[email protected]> AuthorDate: 2024-09-30 04:42:53 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2024-09-30 04:42:53 +0000 libmd: quickly switch exported symbols to FBSD_1.8 before anyone notices This sat in my tree for years, and we've since cut another release branch. Oops. =\ --- lib/libmd/Symbol.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmd/Symbol.map b/lib/libmd/Symbol.map index f0a1192af352..c3ea3a43968f 100644 --- a/lib/libmd/Symbol.map +++ b/lib/libmd/Symbol.map @@ -1,4 +1,4 @@ -FBSD_1.7 { +FBSD_1.8 { MD4Data; MD4End; MD4Fd;
