diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 04:19:53 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 04:19:53 +0000 |
commit | 6bff4381ae50375438a925341a29a39cd460e9b1 (patch) | |
tree | 453995ce182f09d1c4ae2f6f00cf7198b4f99006 /utils/w.c | |
parent | 281068143f937385574a5a5fe14292fabcd08081 (diff) |
(argp_program_version): Make const.
Diffstat (limited to 'utils/w.c')
-rw-r--r-- | utils/w.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ extern char *canon_host (char *host); extern char *shared_domain (char *host1, char *host2); extern char *localhost (); -char *argp_program_version = STANDARD_HURD_VERSION (w); +const char *argp_program_version = STANDARD_HURD_VERSION (w); #define OA OPTION_ARG_OPTIONAL |