]> git.gag.com Git - debian/tar/commitdiff
more code tweaking to get it to compile
authorBdale Garbee <bdale@gag.com>
Thu, 11 Mar 2010 00:01:12 +0000 (17:01 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 11 Mar 2010 00:01:12 +0000 (17:01 -0700)
rmt/rmt.c

index bd6f92c1ad321d6e894928b8dd51144a7062bb06..d36d40915dcb9a82f6a81a4a29b366d4dd2f22c6 100644 (file)
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -35,6 +35,8 @@
 # define EXIT_SUCCESS 0
 #endif
 
+const char *program_name;
+
 \f
 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))
     {