HomeFreeBSD

Get rid of a compiler warning which I saw too often.

Description

Get rid of a compiler warning which I saw too often.
Include netinet/in.h before ip_compat.t which will then check if
IPPROTO_IPIP is defined or not. Doing it the other way round,
ip_compat.h would not find it defined and netinet/in.h then
redefine it.

Details

Provenance
bzAuthored on
Parents
rS311949: cxgbe/tom: Add VIMAGE support to the TOE driver.
Branches
Unknown
Tags
Unknown