In message <201309070947.r879li4v050...@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.schub...@komquats.com> FreeBSD UNIX: <c...@freebsd.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"