This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - rgmanager: Fix rg_strings.c build warnings


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3ad6b5a8946af989476628a53db3de6d93face78
Commit:        3ad6b5a8946af989476628a53db3de6d93face78
Parent:        04e768873fcc62eb7fb21a8f1585cf2dcfe9681a
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri May 29 10:01:39 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Jun 22 09:32:01 2009 -0400

rgmanager: Fix rg_strings.c build warnings

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/clulib/rg_strings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/clulib/rg_strings.c b/rgmanager/src/clulib/rg_strings.c
index 39c6e05..35c570d 100644
--- a/rgmanager/src/clulib/rg_strings.c
+++ b/rgmanager/src/clulib/rg_strings.c
@@ -3,7 +3,7 @@
 
 struct string_val {
 	int val;
-	char *str;
+	const char *str;
 };
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]