]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342605:
authorcy <cy@FreeBSD.org>
Sun, 6 Jan 2019 00:32:14 +0000 (00:32 +0000)
committercy <cy@FreeBSD.org>
Sun, 6 Jan 2019 00:32:14 +0000 (00:32 +0000)
commitd8f78f380a52aa4a6c6c091432d07b8287e991e1
tree5e1fcfa8983236de14e77707bbd84535ec397ee1
parentd403fe77784e34b5ac057802c73ab89e54610d4b
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.
contrib/ipfilter/ipf.h