From d8f78f380a52aa4a6c6c091432d07b8287e991e1 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 6 Jan 2019 00:32:14 +0000 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/ipfilter/ipf.h b/contrib/ipfilter/ipf.h index dfae008bed6..695325a2788 100644 --- a/contrib/ipfilter/ipf.h +++ b/contrib/ipfilter/ipf.h @@ -47,9 +47,7 @@ struct file; #include #include #include -#ifndef TCP_PAWS_IDLE /* IRIX */ # include -#endif #include #include -- 2.45.0