K 10 svn:author V 3 dim K 8 svn:date V 27 2012-01-01T17:42:02.454004Z K 7 svn:log V 324 MFC r228614: In sbin/dhclient, work around warnings about the size argument to strlcpy appearing to be the size of the source buffer, instead of the destination. MFC r228615: In sbin/dhclient, since we know the size of the source strings anyway, we might as well use memcpy; strlcpy is really unnecessary here. END