The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2d8ec3bab2d8af9d0f3322c4d752ff928620491c
commit 2d8ec3bab2d8af9d0f3322c4d752ff928620491c Author: Cy Schubert <[email protected]> AuthorDate: 2026-01-20 17:33:17 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2026-01-20 17:40:52 +0000 krb5: Fix another GCC build issue Fixes: 1876de606eb8 X-MFC with: 1876de606eb8 MFC after: 2 weeks --- krb5/lib/krb5/version.map | 4 ---- 1 file changed, 4 deletions(-) diff --git a/krb5/lib/krb5/version.map b/krb5/lib/krb5/version.map index 924737afcedc..18104fc97564 100644 --- a/krb5/lib/krb5/version.map +++ b/krb5/lib/krb5/version.map @@ -1741,8 +1741,6 @@ krb5_3_MIT { localauth_rule_initvt; profile_abandon; profile_add_node; - profile_add_relation; - profile_clear_relation; profile_close_file; profile_copy; profile_copy_file; @@ -1798,7 +1796,6 @@ krb5_3_MIT { profile_release_string; profile_remove_node; profile_rename_node; - profile_rename_section; profile_ser_externalize; profile_ser_internalize; profile_ser_size; @@ -1806,7 +1803,6 @@ krb5_3_MIT { profile_unlock_global; profile_update_file_data; profile_update_file_data_locked; - profile_update_relation; profile_verify_node; profile_write_tree_file; profile_write_tree_to_buffer;
