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;