svn commit: r255355 - head/sys/contrib/ipfilter/netinet
Cy Schubert
Cy.Schubert at komquats.com
Sun Sep 8 05:14:00 UTC 2013
In message <201309070947.r879lI4V050809 at 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 at komquats.com>
FreeBSD UNIX: <cy at FreeBSD.org> Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
More information about the svn-src-head
mailing list