From 32ff5585770f7c9eef74eac6818ac12808a5b5cc 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. git-svn-id: svn://svn.freebsd.org/base/stable/10@342794 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/ipfilter/ipf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/ipfilter/ipf.h b/contrib/ipfilter/ipf.h index 280f98d93..0c7ad8ecb 100644 --- a/contrib/ipfilter/ipf.h +++ b/contrib/ipfilter/ipf.h @@ -49,9 +49,7 @@ struct file; #include #include #include -#ifndef TCP_PAWS_IDLE /* IRIX */ # include -#endif #include #include -- 2.45.0