svn commit: r228966 - in head/sys: netinet netinet6

John Baldwin jhb at freebsd.org
Tue Feb 21 21:59:13 UTC 2012


On Friday, February 17, 2012 3:14:51 am Sergey Kandaurov wrote:
> On 29 December 2011 22:25, John Baldwin <jhb at freebsd.org> wrote:
> > Author: jhb
> > Date: Thu Dec 29 18:25:18 2011
> > New Revision: 228966
> > URL: http://svn.freebsd.org/changeset/base/228966
> >
> > Log:
> >  Use queue(3) macros instead of home-rolled versions in several places in
> >  the INET6 code.  This includes retiring the 'ndpr_next' and 'pfr_next'
> >  macros.
> >
> >  Submitted by: pluknet (earlier version)
> >  Reviewed by:  pluknet
> >
> > Modified:
> >  head/sys/netinet/sctp_output.c
> >  head/sys/netinet6/icmp6.c
> >  head/sys/netinet6/in6.c
> >  head/sys/netinet6/in6_ifattach.c
> >  head/sys/netinet6/nd6.c
> >  head/sys/netinet6/nd6.h
> >  head/sys/netinet6/nd6_rtr.c
> 
> Hi.
> 
> Do you intend to merge this change to stable branches?

Oh, hmm, it probably should be.

-- 
John Baldwin


More information about the svn-src-all mailing list