From owner-svn-src-all@FreeBSD.ORG Fri Feb 17 08:14:53 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 AD62E1065675; Fri, 17 Feb 2012 08:14:53 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id ADB748FC0C; Fri, 17 Feb 2012 08:14:52 +0000 (UTC) Received: by lagz14 with SMTP id z14so5129845lag.13 for ; Fri, 17 Feb 2012 00:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KjkoyB+tjuibbbYFPM/x4/eQDYmykLy8G/VTflHmMl0=; b=DoYDB4MJn6MB68wghECdja5b2mCkiEGyrNTVPWR1JWU/IloZoyG6bbGQ18rCLXGlVF MWDSk72ZrjN+XF3nfarh4Fc9vIkttll3GWxYDaLTqx3JnLxxnOycE+6lLkqevNCMi5SI J60PWLaRcCkS5eLCtQRdwEvDmO74VuB7IUdtc= MIME-Version: 1.0 Received: by 10.112.98.103 with SMTP id eh7mr2169620lbb.81.1329466491167; Fri, 17 Feb 2012 00:14:51 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.152.18.4 with HTTP; Fri, 17 Feb 2012 00:14:51 -0800 (PST) In-Reply-To: <201112291825.pBTIPIrp067447@svn.freebsd.org> References: <201112291825.pBTIPIrp067447@svn.freebsd.org> Date: Fri, 17 Feb 2012 11:14:51 +0300 X-Google-Sender-Auth: 3R9fTRQeO9EvzvyZsRqK8n6b0j0 Message-ID: From: Sergey Kandaurov To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Fri, 17 Feb 2012 08:14:53 -0000 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: > =A0Use queue(3) macros instead of home-rolled versions in several places = in > =A0the INET6 code. =A0This includes retiring the 'ndpr_next' and 'pfr_nex= t' > =A0macros. > > =A0Submitted by: pluknet (earlier version) > =A0Reviewed by: =A0pluknet > > Modified: > =A0head/sys/netinet/sctp_output.c > =A0head/sys/netinet6/icmp6.c > =A0head/sys/netinet6/in6.c > =A0head/sys/netinet6/in6_ifattach.c > =A0head/sys/netinet6/nd6.c > =A0head/sys/netinet6/nd6.h > =A0head/sys/netinet6/nd6_rtr.c Hi. Do you intend to merge this change to stable branches? --=20 wbr, pluknet