summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 22da929..4c91522 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -269,7 +269,7 @@ arp_rtrequest(req, rt, info)
* the route to force traffic out to the hardware.
*/
rt->rt_expire = 0;
- Bcopy(IF_LLADDR(rt->rt_ifp), LLADDR(SDL(gate)),
+ bcopy(IF_LLADDR(rt->rt_ifp), LLADDR(SDL(gate)),
SDL(gate)->sdl_alen = rt->rt_ifp->if_addrlen);
if (useloopback)
rt->rt_ifp = loif;
OpenPOWER on IntegriCloud