From owner-svn-src-all@FreeBSD.ORG Tue Feb 21 21:59:13 2012 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 8F1DA106567C; Tue, 21 Feb 2012 21:59:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6517E8FC13; Tue, 21 Feb 2012 21:59:13 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 005A746B17; Tue, 21 Feb 2012 16:59:13 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5F1AFB93E; Tue, 21 Feb 2012 16:59:12 -0500 (EST) From: John Baldwin To: Sergey Kandaurov Date: Tue, 21 Feb 2012 14:49:04 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201112291825.pBTIPIrp067447@svn.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202211449.04291.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 21 Feb 2012 16:59:12 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228966 - in head/sys: 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, 21 Feb 2012 21:59:13 -0000 On Friday, February 17, 2012 3:14:51 am Sergey Kandaurov wrote: > On 29 December 2011 22:25, John Baldwin wrote: > > Author: jhb > > Date: Thu Dec 29 18:25:18 2011 > > New Revision: 228966 > > URL: http://svn.freebsd.org/changeset/base/228966 > > > > Log: > > Use queue(3) macros instead of home-rolled versions in several places in > > the INET6 code. This includes retiring the 'ndpr_next' and 'pfr_next' > > macros. > > > > Submitted by: pluknet (earlier version) > > Reviewed by: pluknet > > > > Modified: > > head/sys/netinet/sctp_output.c > > head/sys/netinet6/icmp6.c > > head/sys/netinet6/in6.c > > head/sys/netinet6/in6_ifattach.c > > head/sys/netinet6/nd6.c > > head/sys/netinet6/nd6.h > > head/sys/netinet6/nd6_rtr.c > > Hi. > > Do you intend to merge this change to stable branches? Oh, hmm, it probably should be. -- John Baldwin