From eb6b02962a3c750219da59181ee335f31cb71130 Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 18 Apr 2004 11:45:49 +0000 Subject: Replace Bcopy with 'the real thing' as in the rest of the file. --- sys/netinet/if_ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') 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; -- cgit v1.1