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. --- utils/vmstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/vmstat.c') diff --git a/utils/vmstat.c b/utils/vmstat.c index d3d1e998..418f2878 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -1,6 +1,6 @@ /* Print vm statistics - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader @@ -32,7 +32,7 @@ #include #include -char *argp_program_version = STANDARD_HURD_VERSION (vmstat); +const char *argp_program_version = STANDARD_HURD_VERSION (vmstat); static const struct argp_option options[] = { {"terse", 't', 0, 0, "Use short one-line output format"}, -- cgit v1.2.3