diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2026-01-20 17:33:17 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-01-20 17:40:52 +0000 |
| commit | 2d8ec3bab2d8af9d0f3322c4d752ff928620491c (patch) | |
| tree | bcf5a97e309b0f554cc257e150f0232652bfb96a | |
| parent | c592d54a24b984f2e23b337a6abeac09b9c357b5 (diff) | |
krb5: Fix another GCC build issue
Fixes: 1876de606eb8
X-MFC with: 1876de606eb8
MFC after: 2 weeks
| -rw-r--r-- | krb5/lib/krb5/version.map | 4 |
1 files changed, 0 insertions, 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; |
