Re: [PATCH] opensm: Fix issues causing const warnings for strings

2013-03-12 Thread Hal Rosenstock
kernel.org) >> Subject: [PATCH] opensm: Fix issues causing const warnings for strings >> >> >> Signed-off-by: Hal Rosenstock >> --- > > [snip] > >> >> diff --git a/opensm/main.c b/opensm/main.c index 1a061a8..db5429a 100644 >> --- a/op

RE: [PATCH] opensm: Fix issues causing const warnings for strings

2013-03-12 Thread Weiny, Ira
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Hal Rosenstock > Sent: Tuesday, March 12, 2013 9:45 AM > To: linux-rdma (linux-rdma@vger.kernel.org) > Subject: [PATCH] opensm: Fix issues causing

[PATCH] opensm: Fix issues causing const warnings for strings

2013-03-12 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock --- diff --git a/complib/Makefile.am b/complib/Makefile.am index 3ee90e8..360deab 100644 --- a/complib/Makefile.am +++ b/complib/Makefile.am @@ -9,7 +9,7 @@ else DBGFLAGS = -g endif -libosmcomp_la_CFLAGS = -Wall $(DBGFLAGS) -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 +li