diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-21 23:11:11 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-21 23:11:11 +0000 |
commit | a5245a1e36126c3c4c14966631731d30d926fa46 (patch) | |
tree | 690e56396e09ee98a96c2a037971eef4347a46af /usr.bin | |
parent | bc96d8e648c847e31cdc0edeeaf005dd5ea24891 (diff) |
-Wall
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/auth-krb4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |