From: markus Date: Tue, 21 Mar 2000 23:11:10 +0000 (+0000) Subject: -Wall X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=53905168b427495240cf3d950c97781a9fa68fe9;p=openbsd -Wall --- diff --git a/usr.bin/ssh/auth-krb4.c b/usr.bin/ssh/auth-krb4.c index 95fc7229fbb..7e30646f88d 100644 --- a/usr.bin/ssh/auth-krb4.c +++ b/usr.bin/ssh/auth-krb4.c @@ -139,7 +139,7 @@ int krb4_init(uid_t uid) { static int cleanup_registered = 0; - char *tkt_root = TKT_ROOT; + const char *tkt_root = TKT_ROOT; struct stat st; int fd;