CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/08 15:49:02
Modified files:
sbin/dhclient : dhclient.c dispatch.c kroute.c
Log message:
Reduce in_addr memcpy() dances by simply using assignments where the source
variable has been copied to [cm]alloc'ed memory and thus properly aligned.
