From owner-svn-src-all@FreeBSD.ORG Thu Dec 29 21:13:26 2011 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 768E21065670; Thu, 29 Dec 2011 21:13:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2459E8FC0C; Thu, 29 Dec 2011 21:13:25 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so14791557obb.13 for ; Thu, 29 Dec 2011 13:13:25 -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=9iOABIipSYeRnb5SUTvBbsEqs/73B5mNOf0cPjr2y+Y=; b=f5duV9MGIO4uV2DxViAM4gm9M1iw1EOexh2GnJ1cyDsJ6tnJ/xuwhpEZIWD9aSXifa Qz4ZApqLi3c9R3aEHoCbl1EyZcKcMn0yOTQXYjZazOAbACUEA2SqZL6KAlYZezT62KCA 8lIuPkZXYI1kiWkYbiApjDMTnDUpAXEqpG6Ks= MIME-Version: 1.0 Received: by 10.182.15.104 with SMTP id w8mr32549569obc.20.1325191761494; Thu, 29 Dec 2011 12:49:21 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.182.171.67 with HTTP; Thu, 29 Dec 2011 12:49:21 -0800 (PST) In-Reply-To: <201112291825.pBTIPIrp067447@svn.freebsd.org> References: <201112291825.pBTIPIrp067447@svn.freebsd.org> Date: Thu, 29 Dec 2011 23:49:21 +0300 X-Google-Sender-Auth: 7L1zacGm-Znonr8UyUur-wQnpLE 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: Thu, 29 Dec 2011 21:13:26 -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 Thanks! --=20 wbr, pluknet