The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=42b25e115a797bfc69b3c07401d9ede5aea8b08a

commit 42b25e115a797bfc69b3c07401d9ede5aea8b08a
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2023-08-03 08:08:32 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2023-08-10 02:57:29 +0000

    librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
    
    (cherry picked from commit e5cf232b3f2484601b2a30f71dcbe9861e22370e)
---
 contrib/ofed/librdmacm/librdmacm.map | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/ofed/librdmacm/librdmacm.map 
b/contrib/ofed/librdmacm/librdmacm.map
index e2eebbe576b4..2d826e03238c 100644
--- a/contrib/ofed/librdmacm/librdmacm.map
+++ b/contrib/ofed/librdmacm/librdmacm.map
@@ -26,8 +26,6 @@ RDMACM_1.0 {
                rdma_free_devices;
                rdma_event_str;
                rdma_set_option;
-               rdma_get_local_addr;
-               rdma_get_peer_addr;
                rdma_migrate_id;
                rdma_getaddrinfo;
                rdma_freeaddrinfo;

Reply via email to