]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added by
authorbz <bz@FreeBSD.org>
Thu, 6 Sep 2018 16:11:24 +0000 (16:11 +0000)
committerbz <bz@FreeBSD.org>
Thu, 6 Sep 2018 16:11:24 +0000 (16:11 +0000)
commitd24fb55973aaee06a709823da698f5cc49153686
tree27d1b0703711379446109c23e8d14016ea0a306a
parentcaa70a56940bfa7e49ef95433195d451753c8c78
Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added by
adding the missing include files and changing a the type of cpuid which
would otherwise cause a false comparison with NETISR_CPUID_NONE.

Reviewed by: rrs
Approved by: re (marius)
Differential Revision: https://reviews.freebsd.org/D16891
sys/netinet/tcp_hpts.c