CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/29 13:11:15
Modified files:
usr.sbin/arp : arp.c
Log message:
The IFP address in arp(8) used some bytes from a location depending
on sizeof(long) as sockaddr_dl. We were lucky and it worked. Use
the correct size and the algorithm from route(8) for arp(8).
OK mpi@
