From owner-freebsd-current@FreeBSD.ORG Sat Feb 26 23:10:06 2011 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42275106564A; Sat, 26 Feb 2011 23:10:06 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id EB5E98FC0C; Sat, 26 Feb 2011 23:10:05 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:14c:e271:776c:35cb] (unknown [IPv6:2001:7b8:3a7:0:14c:e271:776c:35cb]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 6576C5C59; Sun, 27 Feb 2011 00:10:04 +0100 (CET) Message-ID: <4D69884E.1000002@FreeBSD.org> Date: Sun, 27 Feb 2011 00:10:06 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.15pre) Gecko/20110221 Lanikai/3.1.9pre MIME-Version: 1.0 To: Michael Butler References: <4D69875C.3090502@protected-networks.net> In-Reply-To: <4D69875C.3090502@protected-networks.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rrs@freebsd.org, current@FreeBSD.org Subject: Re: Fwd: [head tinderbox] failure on .. SCTP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 23:10:06 -0000 On 2011-02-27 00:06, Michael Butler wrote: > /src/sys/netinet/sctp_sysctl.c:641: error: 'struct sctp_sysctl' has no > member named 'sctp_rttvar_eqret' > /src/sys/netinet/sctp_sysctl.c:641: error: 'struct sctp_sysctl' has no > member named 'sctp_rttvar_eqret' ... > While it's likely that this is not what the author intended, the > attached patch will allow the kernel to be built, I fixed this a bit differently in r219071, by sprinkling some #ifdefs.