From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20908 invoked by alias); 28 Jan 2009 09:19:36 -0000 Received: (qmail 20902 invoked by alias); 28 Jan 2009 09:19:36 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com Subject: gfs2-utils: master - askant: prog_name is no longer required To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: gfs2-utils.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0e82e7bde59e188f477aa4aa65d1c8dfd26b72ed X-Git-Newrev: 26cedcc6c98185d78c8874ebfba4c16a8f3dcbb7 From: Andrew Price Message-Id: <20090128091732.60C1512055D@lists.fedorahosted.org> Date: Wed, 28 Jan 2009 09:19: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-q1/txt/msg00306.txt.bz2 Gitweb: http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=26cedcc6c98185d78c8874ebfba4c16a8f3dcbb7 Commit: 26cedcc6c98185d78c8874ebfba4c16a8f3dcbb7 Parent: 0e82e7bde59e188f477aa4aa65d1c8dfd26b72ed Author: Andrew Price AuthorDate: Tue Jan 27 23:19:04 2009 +0000 Committer: Andrew Price CommitterDate: Tue Jan 27 23:19:04 2009 +0000 askant: prog_name is no longer required Remove the prog_name string which is no longer required by libgfs2 Signed-off-by: Andrew Price --- contrib/askant/fsplugins/gfs2/gfs2.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/contrib/askant/fsplugins/gfs2/gfs2.c b/contrib/askant/fsplugins/gfs2/gfs2.c index bac9c35..7a4d448 100644 --- a/contrib/askant/fsplugins/gfs2/gfs2.c +++ b/contrib/askant/fsplugins/gfs2/gfs2.c @@ -44,8 +44,7 @@ off_t max_seek; int fd; int flag_stop; -/* prog_name and print_it() are needed to satisfy externs in libgfs2 */ -char *prog_name = "askant"; +/* print_it() is needed to satisfy an extern in libgfs2 */ void print_it(const char *label, const char *fmt, const char *fmt2, ...) {