]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r311950 (by bz):
authorcy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 11 Feb 2017 18:10:55 +0000 (18:10 +0000)
committercy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 11 Feb 2017 18:10:55 +0000 (18:10 +0000)
commitcb6b5023c35384f7893fc54310d77246bd92bc54
tree44fa6b5cf35a71f6bc2ba4b93cc4bcd134f369fa
parent98015edd073c71cb506c37dbcf3758536e42f52a
MFC r311950 (by bz):

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@313648 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/contrib/ipfilter/netinet/ip_fil.h