Date: Sat, 07 Sep 2013 22:13:52 -0700 From: Cy Schubert <Cy.Schubert@komquats.com> To: Gleb Smirnoff <glebius@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r255355 - head/sys/contrib/ipfilter/netinet Message-ID: <201309080513.r885DqbH010021@slippy.cwsent.com> In-Reply-To: Message from Gleb Smirnoff <glebius@FreeBSD.org> of "Sat, 07 Sep 2013 09:47:18 -0000." <201309070947.r879lI4V050809@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201309070947.r879lI4V050809@svn.freebsd.org>, Gleb Smirnoff writes: > Author: glebius > Date: Sat Sep 7 09:47:18 2013 > New Revision: 255355 > URL: http://svnweb.freebsd.org/changeset/base/255355 > > Log: > Fix !INET6 build. > > Modified: > head/sys/contrib/ipfilter/netinet/fil.c > > Modified: head/sys/contrib/ipfilter/netinet/fil.c > ============================================================================= > = > --- head/sys/contrib/ipfilter/netinet/fil.c Sat Sep 7 09:45:43 2013 > (r255354) > +++ head/sys/contrib/ipfilter/netinet/fil.c Sat Sep 7 09:47:18 2013 > (r255355) > @@ -9862,8 +9862,8 @@ ipf_ht_node_make_key(htp, key, family, a > key->hn_addr.adf_addr.i6[0] = addr->i6[0] & > htonl(0xffffffff << (32 - bits)); > } > - } > #endif > + } > } > Thanks. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309080513.r885DqbH010021>