From: Bdale Garbee Date: Thu, 11 Mar 2010 00:01:12 +0000 (-0700) Subject: more code tweaking to get it to compile X-Git-Tag: debian/1.20-1+lenny1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=27be21634dd4ea8333cc47e618f4fad1c90900df;p=debian%2Ftar more code tweaking to get it to compile --- diff --git a/rmt/rmt.c b/rmt/rmt.c index bd6f92c1..d36d4091 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -35,6 +35,8 @@ # define EXIT_SUCCESS 0 #endif +const char *program_name; + int dbglev; FILE *dbgout; @@ -744,7 +746,7 @@ main (int argc, char **argv) int stop = 0; program_name = argv[0]; - argp_version_setup ("rmt", rmt_authors); + // argp_version_setup ("rmt", rmt_authors); if (isatty (STDOUT_FILENO)) {