The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=286943c3747faa4cf8408d1e640bf22ab1bc815d

commit 286943c3747faa4cf8408d1e640bf22ab1bc815d
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2023-08-03 08:52:06 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2023-08-10 02:57:29 +0000

    opensm libopensm: remove non-existent symbols from the version map
    
    (cherry picked from commit 21d6c29f344d587a99314f9cd960cc008cb3dec4)
---
 contrib/ofed/opensm/opensm/libopensm.map | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/ofed/opensm/opensm/libopensm.map 
b/contrib/ofed/opensm/opensm/libopensm.map
index 087e69ad464a..128f4716db7c 100644
--- a/contrib/ofed/opensm/opensm/libopensm.map
+++ b/contrib/ofed/opensm/opensm/libopensm.map
@@ -71,7 +71,6 @@ OPENSM_1.5 {
                osm_dump_pkey_block;
                osm_dump_pkey_block_v2;
                osm_log_raw;
-               osm_get_sm_state_str;
                osm_get_sm_signal_str;
                osm_get_disp_msg_str;
                osm_get_port_state_str_fixed_width;
@@ -91,7 +90,6 @@ OPENSM_1.5 {
                osm_dump_mlnx_ext_port_info_v2;
                osm_log_v2;
                osm_log_msg_box_v2;
-               osm_log_is_active_v2;
                osm_get_log_per_module;
                osm_set_log_per_module;
                osm_reset_log_per_module;

Reply via email to