svn commit: r347221 - head/sys/net

Marius Strobl marius at freebsd.org
Wed May 8 09:33:44 UTC 2019


On Tue, May 07, 2019 at 08:38:57PM -0700, Conrad Meyer wrote:
> Hi Marius,
> 
> This change seems to break LINT-NOIP tinderbox builds; one reference
> to tcp_lro_free() is covered by #if defined(INET) || defined(INET6),
> but the one added in iflib_rx_structures_free() is not.

Ah, thanks for the hint!

Marius



More information about the svn-src-head mailing list