Replace Bcopy with 'the real thing' as in the rest of the file.

This commit is contained in:
Luigi Rizzo 2004-04-18 11:45:49 +00:00
parent 056c7327e4
commit ac912b2dc8

View File

@ -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;