diff options
Diffstat (limited to 'src/hostid.c')
| -rw-r--r-- | src/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostid.c b/src/hostid.c index c6bc70f2f..e481c1c1e 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -34,7 +34,7 @@ #define AUTHORS proper_name ("Jim Meyering") /* The name this program was run with, for error messages. */ -char *program_name; +char const *program_name; void usage (int status) |
