Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2012 13:50:23 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r231520 - head/sys/sys
Message-ID:  <C07293F2-4ECE-4467-873A-B1F64ECA9E2B@FreeBSD.org>
In-Reply-To: <201202111341.q1BDfcsv033224@svn.freebsd.org>
References:  <201202111341.q1BDfcsv033224@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C07293F2-4ECE-4467-873A-B1F64ECA9E2B>