Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030332AbWAGDbE (ORCPT ); Fri, 6 Jan 2006 22:31:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030331AbWAGDbD (ORCPT ); Fri, 6 Jan 2006 22:31:03 -0500 Received: from wproxy.gmail.com ([64.233.184.206]:43456 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1030330AbWAGDbB convert rfc822-to-8bit (ORCPT ); Fri, 6 Jan 2006 22:31:01 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fFpoD6VXSO2fUV0rT+7JskEM5qrCCDDKQ6tiDOQA/+TShKxO4O+6jlhGGZSmP6sgimkPI1OJVlAlHsCk50dIudGnJMBQbUGFGxsibh4HNLT78nfrVBDH/qNFKAYgEpzIfdEZbgtPJa9QDe3UGrmfZrsgh7G6mU/0JoNzE1rnns4= Message-ID: Date: Fri, 6 Jan 2006 22:30:56 -0500 From: Joe Kappus To: "David S. Miller" Subject: Re: [2.6 patch] fix ipvs compilation Cc: bunk@stusta.de, wensong@linux-vs.org, horms@verge.net.au, ja@ssi.bg, netdev@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20060106.131536.88566896.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20060105135943.GA3831@stusta.de> <20060106.131536.88566896.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 37 On 1/6/06, David S. Miller wrote: > From: Joe > Date: Thu, 5 Jan 2006 23:43:52 -0500 > > > Thats not all either, ./net/ipv4/netfilter/ipt_helper.c has the same > > error and the same fix. > > > > Here's the patch for this one. Sorry for the dupe.. i sent the last > > as html by accident. > > Applied, please provide a "Signed-off-by:" line with your patch > next time. > > Thanks. > Why not then, we'll do this one as well since it needs it. Signed-off-by: Joe Kappus --- ./net/ipv4/netfilter/ip_conntrack_proto_sctp.c.old 2006-01-06 22:27:08.885583023 -0500 +++ ./net/ipv4/netfilter/ip_conntrack_proto_sctp.c 2006-01-06 22:27:44.606582972 -0500 @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/