From: Jim Meyering Date: Sat, 19 Sep 1998 17:19:06 +0000 (+0000) Subject: (program_name): Declare *not* to be const. X-Git-Tag: FILEUTILS-3_16z~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6606de8b811f254122c909646ae60a2ae5e64d2a;p=thirdparty%2Fcoreutils.git (program_name): Declare *not* to be const. --- diff --git a/src/ptx.c b/src/ptx.c index c77c824f67..c83b745fc0 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -78,7 +78,7 @@ #define Sword 1 /* The name this program was run with. */ -const char *program_name; +char *program_name; /* If nonzero, display usage information and exit. */ static int show_help = 0;