From owner-svn-src-projects@FreeBSD.ORG Fri Jul 10 04:43:58 2009 Return-Path: Delivered-To: svn-src-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FFA71065679; Fri, 10 Jul 2009 04:43:57 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3F86E8FC15; Fri, 10 Jul 2009 04:43:56 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-107-120-90.carlnfd1.nsw.optusnet.com.au (c122-107-120-90.carlnfd1.nsw.optusnet.com.au [122.107.120.90]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n6A4hl75001671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Jul 2009 14:43:50 +1000 Date: Fri, 10 Jul 2009 14:43:47 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86prc9g8yf.fsf@ds4.des.no> Message-ID: <20090710143710.S47337@delplex.bde.org> References: <200907081526.n68FQYDb055185@svn.freebsd.org> <20090709041145.G46111@delplex.bde.org> <86prc9g8yf.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1974545925-1247201027=:47337" Cc: svn-src-projects@FreeBSD.org, src-committers@FreeBSD.org, Rui Paulo , Bruce Evans Subject: Re: svn commit: r195460 - projects/mesh11s/sys/net80211 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 04:43:58 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1974545925-1247201027=:47337 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 9 Jul 2009, [utf-8] Dag-Erling Sm=C3=B8rgrav wrote: > Bruce Evans writes: >> Broken ABIs (e.g., arm?) may add padding at the end of structs, > > Padding at the end of a struct is *required* to ensure proper alignment > of the next element in an array, e.g. Not for arrays of uint8_t's, which were the subject of discussion. I should have written "may add unnatural padding". unnatural :=3D not required for alignment of any member in the struct. Bruce --0-1974545925-1247201027=:47337--