Re: [infiniband-diags] [PATCH] remove unused headers in libibnetdiscover

2009-11-03 Thread Sasha Khapyorsky
On 10:37 Tue 03 Nov , Al Chu wrote:
 Hey Sasha,
 
 Just noticed it.  Left over/cut and pasted from the original
 ibnetdiscover tool code or no longer necessary due to recent changes.
 This patch is independent of the other patches I recently posted.
 
 Al
 
 -- 
 Albert Chu
 ch...@llnl.gov
 Computer Scientist
 High Performance Systems Division
 Lawrence Livermore National Laboratory

 From: Albert Chu ch...@llnl.gov
 Date: Tue, 3 Nov 2009 10:33:08 -0800
 Subject: [PATCH] remove unused headers
 
 
 Signed-off-by: Albert Chu ch...@llnl.gov

Applied. Thanks.

Sasha
--
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


[infiniband-diags] [PATCH] remove unused headers in libibnetdiscover

2009-11-03 Thread Al Chu
Hey Sasha,

Just noticed it.  Left over/cut and pasted from the original
ibnetdiscover tool code or no longer necessary due to recent changes.
This patch is independent of the other patches I recently posted.

Al

-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory
From: Albert Chu ch...@llnl.gov
Date: Tue, 3 Nov 2009 10:33:08 -0800
Subject: [PATCH] remove unused headers


Signed-off-by: Albert Chu ch...@llnl.gov
---
 infiniband-diags/libibnetdisc/src/ibnetdisc.c |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/infiniband-diags/libibnetdisc/src/ibnetdisc.c 
b/infiniband-diags/libibnetdisc/src/ibnetdisc.c
index ebc45ba..bd28ba7 100644
--- a/infiniband-diags/libibnetdisc/src/ibnetdisc.c
+++ b/infiniband-diags/libibnetdisc/src/ibnetdisc.c
@@ -41,10 +41,7 @@
 #include stdio.h
 #include stdlib.h
 #include unistd.h
-#include stdarg.h
-#include time.h
 #include string.h
-#include getopt.h
 #include errno.h
 #include inttypes.h
 
-- 
1.5.4.5