From owner-freebsd-current@FreeBSD.ORG Sat Feb 26 23:06: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 D86FF106566C; Sat, 26 Feb 2011 23:06:06 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id A043A8FC12; Sat, 26 Feb 2011 23:06:06 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 9CBF561CA; Sat, 26 Feb 2011 18:06:05 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1298761565; bh=VYpLxDP4T4q4Mwf10ugNAIBYDHPUjcQcfqnQQfg1jbw=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type; b=cO5XWHyVn1HACE9m72Mfv3hbJvENIlvD2o0XVWzwv2PWSUIXkpzm20rezltFo6Zuv BCUqfGXqfGTDsShW6gV2vKTsE6Nj8kvsvTIqj0tyXE6dZfrWxFQlnH/MFaaUWpQ DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: x-enigmail-version:openpgp:content-type; b=MiWG6EapwRnRXyPkhOfjhfx+Oj1liF3W5dTZthley8KZxuLIjojA9fmR5NRwWFtjr v6heJutjzDC3Dqf14voFf/KQeX60Sf5zquZVmuy/9uHwj/rrLNCL90eA6xneRQW Message-ID: <4D69875C.3090502@protected-networks.net> Date: Sat, 26 Feb 2011 18:06:04 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20110116 Thunderbird/3.1.7 MIME-Version: 1.0 To: current@FreeBSD.org X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: multipart/mixed; boundary="------------070907080606050903090309" Cc: rrs@freebsd.org Subject: 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:06:06 -0000 This is a multi-part message in MIME format. --------------070907080606050903090309 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - -------- Original Message -------- Subject: [head tinderbox] failure on ia64/ia64 Date: Sat, 26 Feb 2011 18:55:22 GMT From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , >>> stage 3.2: building everything [...] /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' [ .. snip .. ] While it's likely that this is not what the author intended, the attached patch will allow the kernel to be built, imb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk1ph1wACgkQQv9rrgRC1JJ0kACfYcM/p4w/MoLLcxWENoeih8VN d60AnRmrl6AnWT59/vwQD9LzIN/1nJJx =CxgS -----END PGP SIGNATURE----- --------------070907080606050903090309 Content-Type: text/x-diff; name="sctp.h.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="sctp.h.patch" Index: sys/netinet/sctp.h =================================================================== --- sys/netinet/sctp.h (revision 219070) +++ sys/netinet/sctp.h (working copy) @@ -42,6 +42,8 @@ #define SCTP_PACKED __attribute__((packed)) +#define SCTP_HAS_RTTCC 1 + /* * SCTP protocol - RFC2960. */ --------------070907080606050903090309--