svn commit: r189637 - in head: sys/netinet usr.bin/sockstat

Bjoern A. Zeeb bz at FreeBSD.org
Tue Mar 10 11:05:08 PDT 2009


On Tue, 10 Mar 2009, Robert Watson wrote:

> Author: rwatson
> Date: Tue Mar 10 17:57:41 2009
> New Revision: 189637
> URL: http://svn.freebsd.org/changeset/base/189637
>
> Log:
>  Remove unused v6 macro aliases for inpcb fields:
>
>          in6p_ip6_nxt
>          in6p_vflag
>          in6p_flags
>          in6p_socket
>          in6p_lport
>          in6p_fport
>          in6p_ppcb
>
>  Remove unused v6 macro aliases for inpcb flags:
>
>          IN6P_HIGHPORT
>          IN6P_LOWPORT
>          IN6P_ANONPORT
>          IN6P_RECVIF
>          IN6P_MTUDISC
>          IN6P_FAITH
>          IN6P_CONTROLOPTS
>
>  References to in6p_lport and in6_fport in sockstat are also replaced with
>  normal inp_lport and inp_fport references.
>
>  MFC after:	3 days

That's probably not possible -- at least not if/before I have MFCed
all my changes from last Dec along with the other 50 pending MFCs in
my queue.

-- 
Bjoern A. Zeeb                      The greatest risk is not taking one.


More information about the svn-src-head mailing list