From owner-svn-src-all@FreeBSD.ORG Tue Aug 4 09:34:40 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C58E2106564A; Tue, 4 Aug 2009 09:34:40 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 948438FC13; Tue, 4 Aug 2009 09:34:40 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 0D4463BCC7E; Tue, 4 Aug 2009 05:34:40 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 04 Aug 2009 05:34:40 -0400 X-Sasl-enc: jTHRSgKDNeCUr2G8z1UvQK+7f76mt5VlV2pUPyv7FTe2 1249378462 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id A6C51456F; Tue, 4 Aug 2009 05:34:21 -0400 (EDT) Message-ID: <4A7800AB.8030907@incunabulum.net> Date: Tue, 04 Aug 2009 10:34:35 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Robert Watson References: <200908021943.n72JhWKX023102@svn.freebsd.org> <4A77E9F1.6040407@incunabulum.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196039 - in head/sys: contrib/pf/net dev/cxgb/ulp/tom net netinet netinet6 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 09:34:41 -0000 Robert Watson wrote: > > You're right, it was included in error. ip_mroute is on the list of > modules that uses a stats structure with an accessor macro, but that > structure make it onto the list of structures requiring accessor > functions because it's accessed only from within ip_mroute (actually, > two such functions/macros). I must have made a transcription error > when writing up the commit message. My notes on accessor macros and > files that consume them below. No worries, I was just going 'Hurm hah hurm wtf'. :-)