From owner-svn-src-head@FreeBSD.ORG Sat Feb 11 13:50:28 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72EB11065670; Sat, 11 Feb 2012 13:50:28 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id F385B8FC0A; Sat, 11 Feb 2012 13:50:27 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id BB1F125D385E; Sat, 11 Feb 2012 13:50:26 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id C47F9BDB211; Sat, 11 Feb 2012 13:50:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id wJKHPHckGCLG; Sat, 11 Feb 2012 13:50:24 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id B5B31BDB210; Sat, 11 Feb 2012 13:50:24 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201202111341.q1BDfcsv033224@svn.freebsd.org> Date: Sat, 11 Feb 2012 13:50:23 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201202111341.q1BDfcsv033224@svn.freebsd.org> To: src-committers@freebsd.org X-Mailer: Apple Mail (2.1084) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r231520 - head/sys/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2012 13:50:28 -0000 On 11. Feb 2012, at 13:41 , Bjoern A. Zeeb wrote: > Author: bz > Date: Sat Feb 11 13:41:38 2012 > New Revision: 231520 > URL: http://svn.freebsd.org/changeset/base/231520 >=20 > Log: > Properly name the sysctl to "iflistl" rather than "iflist2", which = had been > the prototype name and slipped in in r231505. Not that it would make any difference, given it's entirely unused as bde = had pointed out but for consistency until someone will clean all this up. I currently do not feel like going through all of it and nuke it and = convert the numbered sysctls in rtsock.c etc. /bz >=20 > Spotted in a reply from: bde > MFC after: 3 days >=20 > Modified: > head/sys/sys/socket.h >=20 > Modified: head/sys/sys/socket.h > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/sys/socket.h Sat Feb 11 13:12:53 2012 = (r231519) > +++ head/sys/sys/socket.h Sat Feb 11 13:41:38 2012 = (r231520) > @@ -406,7 +406,7 @@ struct sockproto { > { "flags", CTLTYPE_STRUCT }, \ > { "iflist", CTLTYPE_STRUCT }, \ > { "ifmalist", CTLTYPE_STRUCT }, \ > - { "iflist2", CTLTYPE_STRUCT }, \ > + { "iflistl", CTLTYPE_STRUCT }, \ > } > #endif /* __BSD_VISIBLE */ >=20 --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!