Re: [PATCH] Fix compile warning introduced by patch "fixed getline pointer allocation free in osm_console_io"

2011-02-23 Thread Alex Netes
On 15:32 Mon 14 Feb , Ira Weiny wrote:
> 
> From: Ira Weiny 
> Date: Mon, 14 Feb 2011 15:25:36 -0800
> Subject: [PATCH] Fix compile warning introduced by patch "fixed getline 
> pointer allocation free in osm_console_io"
> 
> 

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


[PATCH] Fix compile warning introduced by patch "fixed getline pointer allocation free in osm_console_io"

2011-02-14 Thread Ira Weiny

From: Ira Weiny 
Date: Mon, 14 Feb 2011 15:25:36 -0800
Subject: [PATCH] Fix compile warning introduced by patch "fixed getline pointer 
allocation free in osm_console_io"


Signed-off-by: Ira Weiny 
---
 opensm/osm_console_io.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opensm/osm_console_io.c b/opensm/osm_console_io.c
index 1205a5f..0614c7f 100644
--- a/opensm/osm_console_io.c
+++ b/opensm/osm_console_io.c
@@ -56,6 +56,7 @@
 #include 
 #include 
 #include 
+#include 
 
 static int is_local(char *str)
 {
-- 
1.5.4.5

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