diff options
Diffstat (limited to 'crypto/openssh/session.c')
-rw-r--r-- | crypto/openssh/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c index 7cf71bb..1a22bd7d 100644 --- a/crypto/openssh/session.c +++ b/crypto/openssh/session.c @@ -611,7 +611,7 @@ do_login(Session *s, const char *command) struct passwd * pw = s->pw; pid_t pid = getpid(); #ifdef HAVE_LOGIN_CAP - char *fname; + const char *fname; #endif /* HAVE_LOGIN_CAP */ #ifdef __FreeBSD__ #define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */ |