From 3708a37a4f1e959a3a451b48c0b59c3ab5e1d4d5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 May 1999 02:00:16 +0000 Subject: [PATCH] (cache): const-correctness git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6063 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kdestroy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuser/kdestroy.c b/kuser/kdestroy.c index ab732be12..8d6d03ca1 100644 --- a/kuser/kdestroy.c +++ b/kuser/kdestroy.c @@ -39,7 +39,7 @@ #include "kuser_locl.h" RCSID("$Id$"); -static char *cache; +static const char *cache; static int help_flag; static int version_flag; static int unlog_flag = 1;