diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-27 22:20:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-27 22:20:37 +0100 |
commit | a5b76fd0fc84d0d2718f5fcdedcb7cd5e93228b8 (patch) | |
tree | e73bd5be1b2d76d7587451e13c6b55d7cc878ba5 /package/openssh/patches | |
parent | 5b3adbd2422a2ebd6db295628dc1e54ed466ed63 (diff) |
the new main package openssh have kerberos support for all other subpackages, fix a warning reported via syslog
Diffstat (limited to 'package/openssh/patches')
-rw-r--r-- | package/openssh/patches/patch-openbsd-compat_port-tun_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssh/patches/patch-openbsd-compat_port-tun_c b/package/openssh/patches/patch-openbsd-compat_port-tun_c index a9ed6434b..55dab2b39 100644 --- a/package/openssh/patches/patch-openbsd-compat_port-tun_c +++ b/package/openssh/patches/patch-openbsd-compat_port-tun_c @@ -1,6 +1,6 @@ ---- openssh-5.5p1.orig/openbsd-compat/port-tun.c 2008-05-19 07:28:36.000000000 +0200 -+++ openssh-5.5p1/openbsd-compat/port-tun.c 2010-04-21 20:14:00.000000000 +0200 -@@ -213,7 +213,7 @@ sys_tun_infilter(struct Channel *c, char +--- openssh-5.6p1.orig/openbsd-compat/port-tun.c 2010-08-10 04:47:42.000000000 +0200 ++++ openssh-5.6p1/openbsd-compat/port-tun.c 2011-01-27 18:16:39.000000000 +0100 +@@ -215,7 +215,7 @@ sys_tun_infilter(struct Channel *c, char if (len <= 0 || len > (int)(sizeof(rbuf) - sizeof(*af))) return (-1); ptr = (char *)&rbuf[0]; |