summaryrefslogtreecommitdiff
path: root/sutils/halt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/halt.c')
-rw-r--r--sutils/halt.c4
1 files changed, 2 insertions, 2 deletions
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 <hurd.h>
#include <version.h>
-char *argp_program_version = STANDARD_HURD_VERSION (halt);
+const char *argp_program_version = STANDARD_HURD_VERSION (halt);
int
main (int argc, char *argv[])