CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/18 09:19:40
Modified files:
usr.sbin/dhcpd : dispatch.c pfutils.c sync.c
Log message:
Scattering a few bcopy()'s around source using mostly memcpy() is just
asking for confusion. Replace bcopy()'s with memcpy()'s.
