HomeFreeBSD

MFC r311950:

Description

MFC r311950:

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
rS312412: Protect macro argument.
Branches
Unknown
Tags
Unknown