From 381ac9c2c8e247fc3886b6332aea64faf831b8bb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 04:05:36 +0000 Subject: (argp_program_version): Make const. --- auth/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/auth.c') diff --git a/auth/auth.c b/auth/auth.c index 5fd2897c..d1c7ea6d 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -1,5 +1,5 @@ /* Authentication server. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -33,7 +33,7 @@ #include "auth_S.h" #include "auth_reply_U.h" -char *argp_program_version = STANDARD_HURD_VERSION(auth); +const char *argp_program_version = STANDARD_HURD_VERSION(auth); /* Auth handles are server ports with sets of ids. */ -- cgit v1.2.3