]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r311950:
authorbz <bz@FreeBSD.org>
Thu, 19 Jan 2017 15:27:53 +0000 (15:27 +0000)
committerbz <bz@FreeBSD.org>
Thu, 19 Jan 2017 15:27:53 +0000 (15:27 +0000)
commite81556c79a0d0c292d8f44d0b6e296d3ae412014
treeed5c37c5ff42745757177db42acf98f145d46a6b
parentadc6be7a4736f09f27e54595ab094fc1338075de
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.
sys/contrib/ipfilter/netinet/ip_fil.h