diff mbox

[libibumad] Fix export of umad_sa_mad_status_str

Message ID 1363842885-21830-1-git-send-email-sean.hefty@intel.com (mailing list archive)
State Accepted
Delegated to: Hal Rosenstock
Headers show

Commit Message

Hefty, Sean March 21, 2013, 5:14 a.m. UTC
From: Sean Hefty <sean.hefty@intel.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
---
 src/libibumad.map |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Hal Rosenstock March 21, 2013, 11:25 a.m. UTC | #1
On 3/21/2013 1:14 AM, sean.hefty@intel.com wrote:
> From: Sean Hefty <sean.hefty@intel.com>
> 
> Signed-off-by: Sean Hefty <sean.hefty@intel.com>

Thanks. Applied.

-- Hal

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/src/libibumad.map b/src/libibumad.map
index 0b39333..eeb9d83 100644
--- a/src/libibumad.map
+++ b/src/libibumad.map
@@ -33,7 +33,7 @@  IBUMAD_1.0 {
 		umad_class_str;
 		umad_method_str;
 		umad_common_mad_status_str;
-		umad_sa_status_str;
+		umad_sa_mad_status_str;
 		umad_attribute_str;
 	local: *;
 };