Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 21:26:37 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316690 - head/contrib/ofed/libibverbs/src
Message-ID:  <201704102126.v3ALQbvs053345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Apr 10 21:26:37 2017
New Revision: 316690
URL: https://svnweb.freebsd.org/changeset/base/316690

Log:
  Fix build with LLD by removing duplicate symbols already in IBVERBS_1.0.
  
  Reviewed by:	emaste
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	https://reviews.freebsd.org/D10352

Modified:
  head/contrib/ofed/libibverbs/src/libibverbs.map

Modified: head/contrib/ofed/libibverbs/src/libibverbs.map
==============================================================================
--- head/contrib/ofed/libibverbs/src/libibverbs.map	Mon Apr 10 21:01:42 2017	(r316689)
+++ head/contrib/ofed/libibverbs/src/libibverbs.map	Mon Apr 10 21:26:37 2017	(r316690)
@@ -77,12 +77,6 @@ IBVERBS_1.0 {
 
 IBVERBS_1.1 {
 	global:
-		ibv_get_device_list;
-		ibv_free_device_list;
-		ibv_get_device_name;
-		ibv_get_device_guid;
-		ibv_open_device;
-		ibv_close_device;
 		ibv_resolve_eth_gid;
 
 		ibv_init_ah_from_wc;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704102126.v3ALQbvs053345>