public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - askant: prog_name is no longer required
@ 2009-01-28  9:19 Andrew Price
  0 siblings, 0 replies; only message in thread
From: Andrew Price @ 2009-01-28  9:19 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=26cedcc6c98185d78c8874ebfba4c16a8f3dcbb7
Commit:        26cedcc6c98185d78c8874ebfba4c16a8f3dcbb7
Parent:        0e82e7bde59e188f477aa4aa65d1c8dfd26b72ed
Author:        Andrew Price <andy@andrewprice.me.uk>
AuthorDate:    Tue Jan 27 23:19:04 2009 +0000
Committer:     Andrew Price <andy@andrewprice.me.uk>
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 <andy@andrewprice.me.uk>
---
 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, ...)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-28  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-28  9:19 gfs2-utils: master - askant: prog_name is no longer required Andrew Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).