]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r342605:
authorcy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jan 2019 00:32:14 +0000 (00:32 +0000)
committercy <cy@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jan 2019 00:32:14 +0000 (00:32 +0000)
commit32ff5585770f7c9eef74eac6818ac12808a5b5cc
treee20bf3a18c4d5dfecc8d8f25eb9720c0b3d7d192
parent75e8efdd69fa68ff27ab22204d8ea33df295b76f
MFC r342605:

TCP_PAWS_IDLE is does not exist in NetBSD and illumos. In FreeBSD
TCP_PAWS_IDLE is defined in netinet/tcp_seq.h, however this header
isn't included explicitly or implicitly at this point therefore
as far ipfilter is concerned TCP_PAWS_IDLE is not defined. Remove
the #ifdef and include netinet/tcp.h unconditionally.

git-svn-id: svn://svn.freebsd.org/base/stable/10@342794 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/ipfilter/ipf.h