From a5b76fd0fc84d0d2718f5fcdedcb7cd5e93228b8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 27 Jan 2011 22:20:37 +0100 Subject: the new main package openssh have kerberos support for all other subpackages, fix a warning reported via syslog --- package/openssh/patches/patch-openbsd-compat_port-tun_c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/openssh/patches/patch-openbsd-compat_port-tun_c') 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]; -- cgit v1.2.3