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 /sutils/reboot.c | |
parent | 281068143f937385574a5a5fe14292fabcd08081 (diff) |
(argp_program_version): Make const.
Diffstat (limited to 'sutils/reboot.c')
-rw-r--r-- | sutils/reboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sutils/reboot.c b/sutils/reboot.c index 2b3d1130..715dc90c 100644 --- a/sutils/reboot.c +++ b/sutils/reboot.c @@ -1,5 +1,5 @@ /* Reboot the system - Copyright (C) 1994, 1996 Free Software Foundation, Inc. + Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -26,7 +26,7 @@ #include <hurd.h> #include <version.h> -char *argp_program_version = STANDARD_HURD_VERSION (reboot); +const char *argp_program_version = STANDARD_HURD_VERSION (reboot); int main (int argc, char *argv[]) |