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/sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/sync.c') diff --git a/utils/sync.c b/utils/sync.c index c03ed2d2..81099407 100644 --- a/utils/sync.c +++ b/utils/sync.c @@ -1,5 +1,5 @@ /* Call sync synchronously. - Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -22,7 +22,7 @@ #include #include -char *argp_program_version = STANDARD_HURD_VERSION (sync); +const char *argp_program_version = STANDARD_HURD_VERSION (sync); int main (int argc, char *argv[]) -- cgit v1.2.3