diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-27 20:02:41 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-27 20:02:41 +0000 |
commit | 8cc506768507c389daebfe637a5c02fc6a9bee7a (patch) | |
tree | f3d09656bf4c7eb1ac4cbc0aa7868cafa490350e /security/openssh-portable | |
parent | 59df9af250ca110b6c3fa9ec60c80e983f81cb80 (diff) | |
download | FreeBSD-ports-8cc506768507c389daebfe637a5c02fc6a9bee7a.zip FreeBSD-ports-8cc506768507c389daebfe637a5c02fc6a9bee7a.tar.gz |
Updated Patch on openBSD website,
patch openssh/files/patch-cipher.c is now obsolete.
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/files/patch-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-session.c b/security/openssh-portable/files/patch-session.c index 15d006d..85d451a 100644 --- a/security/openssh-portable/files/patch-session.c +++ b/security/openssh-portable/files/patch-session.c @@ -58,7 +58,7 @@ + FILE *f; + char buf[256]; + char *fname; -+ char *shorttty; ++ const char *shorttty; +#endif /* HAVE_LOGIN_CAP */ +#ifdef __FreeBSD__ +#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */ |