From 6bff4381ae50375438a925341a29a39cd460e9b1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 04:19:53 +0000 Subject: (argp_program_version): Make const. --- sutils/fsck.c | 2 +- sutils/halt.c | 4 ++-- sutils/reboot.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sutils') diff --git a/sutils/fsck.c b/sutils/fsck.c index 8af86d8f..abcc3fc9 100644 --- a/sutils/fsck.c +++ b/sutils/fsck.c @@ -55,7 +55,7 @@ #include "fstab.h" -char *argp_program_version = STANDARD_HURD_VERSION (fsck); +const char *argp_program_version = STANDARD_HURD_VERSION (fsck); /* for debugging */ diff --git a/sutils/halt.c b/sutils/halt.c index 9b6980fa..01f06b4f 100644 --- a/sutils/halt.c +++ b/sutils/halt.c @@ -1,5 +1,5 @@ /* Halt 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 #include -char *argp_program_version = STANDARD_HURD_VERSION (halt); +const char *argp_program_version = STANDARD_HURD_VERSION (halt); int main (int argc, char *argv[]) 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 #include -char *argp_program_version = STANDARD_HURD_VERSION (reboot); +const char *argp_program_version = STANDARD_HURD_VERSION (reboot); int main (int argc, char *argv[]) -- cgit v1.2.3