summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-04-21 01:41:05 +0000
committerarr <arr@FreeBSD.org>2002-04-21 01:41:05 +0000
commitab6fdd245b7105f237c28d1ef4105422a65b8ec1 (patch)
tree561c7b3bfe7901c0c84e088740e10a21d9fb43ec /sys/netatm/uni
parent3881ce8d9cdfa95c64777d7ca9506a825dfdd6a3 (diff)
downloadFreeBSD-src-ab6fdd245b7105f237c28d1ef4105422a65b8ec1.zip
FreeBSD-src-ab6fdd245b7105f237c28d1ef4105422a65b8ec1.tar.gz
- Nuke some more not needed #ifdef cruft.
Diffstat (limited to 'sys/netatm/uni')
-rw-r--r--sys/netatm/uni/uniarp_cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c
index 8400eeb..69bd329 100644
--- a/sys/netatm/uni/uniarp_cache.c
+++ b/sys/netatm/uni/uniarp_cache.c
@@ -419,11 +419,7 @@ uniarp_validate_ip(uip, ip, origin)
* Can't be multicast or broadcast address
*/
if (IN_MULTICAST(ntohl(ip->s_addr)) ||
-#if (defined(BSD) && (BSD >= 199306))
in_broadcast(*ip, &uip->uip_ipnif->inf_nif->nif_if))
-#else
- in_broadcast(*ip))
-#endif
return (1);
/*
OpenPOWER on IntegriCloud