From ab6fdd245b7105f237c28d1ef4105422a65b8ec1 Mon Sep 17 00:00:00 2001 From: arr Date: Sun, 21 Apr 2002 01:41:05 +0000 Subject: - Nuke some more not needed #ifdef cruft. --- sys/netatm/uni/uniarp_cache.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/netatm/uni') 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); /* -- cgit v1.1