aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-02-03 03:18:48 +0000
committerCy Schubert <cy@FreeBSD.org>2021-02-06 02:39:38 +0000
commite673debe7db8ba95e4ee3b549d2570e71d19b596 (patch)
tree68f291b7940bde3fc016b57fd8429480b1f52d8c /sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
parent8b804ee616b4c8810015b69e37e31ef0c4161511 (diff)
downloadsrc-e673debe7db8ba95e4ee3b549d2570e71d19b596.tar.gz
src-e673debe7db8ba95e4ee3b549d2570e71d19b596.zip
Simplify BSD macro tests.
All FreeBSD and NetBSD are BSD >= 199306 and have been for a long time. MFC after: 1 week
Diffstat (limited to 'sys/contrib/ipfilter/netinet/ip_fil_freebsd.c')
-rw-r--r--sys/contrib/ipfilter/netinet/ip_fil_freebsd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
index 338c4e24c03a..39fe0933f417 100644
--- a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
+++ b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
@@ -288,14 +288,12 @@ ipfioctl(dev, cmd, data, mode, p)
SPL_INT(s);
CURVNET_SET(TD_TO_VNET(p));
-#if (BSD >= 199306)
if (securelevel_ge(p->p_cred, 3) && (mode & FWRITE))
{
V_ipfmain.ipf_interror = 130001;
CURVNET_RESTORE();
return EPERM;
}
-#endif
unit = GET_MINOR(dev);
if ((IPL_LOGMAX < unit) || (unit < 0)) {
@@ -382,11 +380,9 @@ ipf_send_reset(fin)
}
m->m_len = sizeof(*tcp2) + hlen;
-#if (BSD >= 199103)
m->m_data += max_linkhdr;
m->m_pkthdr.len = m->m_len;
m->m_pkthdr.rcvif = (struct ifnet *)0;
-#endif
ip = mtod(m, struct ip *);
bzero((char *)ip, hlen);
#ifdef USE_INET6