From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14969 invoked by alias); 22 Jun 2009 13:33:05 -0000 Received: (qmail 14917 invoked by alias); 22 Jun 2009 13:33:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - rgmanager: Change ccs_read_old_logging to static To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 92204d657fb3331af2f88cecb87b114d5c03cc55 X-Git-Newrev: f280dd4f3ce767dd70db041150905a6b6d021316 From: Lon Hohberger Message-Id: <20090622133225.AC0AC1201EF@lists.fedorahosted.org> Date: Mon, 22 Jun 2009 13:33:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00585.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f280dd4f3ce767dd70db041150905a6b6d021316 Commit: f280dd4f3ce767dd70db041150905a6b6d021316 Parent: 92204d657fb3331af2f88cecb87b114d5c03cc55 Author: Lon Hohberger AuthorDate: Fri May 29 10:10:45 2009 -0400 Committer: Lon Hohberger CommitterDate: Mon Jun 22 09:32:01 2009 -0400 rgmanager: Change ccs_read_old_logging to static Fixes build warning. Signed-off-by: Lon Hohberger --- rgmanager/src/clulib/logging.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rgmanager/src/clulib/logging.c b/rgmanager/src/clulib/logging.c index 04f06c2..51c28b9 100644 --- a/rgmanager/src/clulib/logging.c +++ b/rgmanager/src/clulib/logging.c @@ -47,7 +47,7 @@ init_logging(char *name, int foreground, int default_prio) } -int +static int ccs_read_old_logging(int ccsfd, int *facility, int *priority) { char query[256];