diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-06 18:16:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-06 18:16:32 +0000 |
commit | 91faea4bdcfebfac2bc59105e115b638164ddbf8 (patch) | |
tree | 8106b9159d4ed230310d2903f974121a9a65bc78 /sys/netinet/if_ether.c | |
parent | 21f830db35cc5c18d908f4e3cb801cd756ca7d5b (diff) |
spacing
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 62fc922538b..ed17636e163 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.c,v 1.84 2010/02/08 13:32:50 claudio Exp $ */ +/* $OpenBSD: if_ether.c,v 1.85 2010/04/06 18:16:31 deraadt Exp $ */ /* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */ /* @@ -653,7 +653,7 @@ in_arpinput(m) if (!bcmp((caddr_t)ea->arp_sha, enaddr, sizeof (ea->arp_sha))) goto out; /* it's from me, ignore it. */ - if (ETHER_IS_MULTICAST (&ea->arp_sha[0])) + if (ETHER_IS_MULTICAST(&ea->arp_sha[0])) if (!bcmp((caddr_t)ea->arp_sha, (caddr_t)etherbroadcastaddr, sizeof (ea->arp_sha))) { log(LOG_ERR, "arp: ether address is broadcast for " |