K 10 svn:author V 5 gabor K 8 svn:date V 27 2011-04-07T12:52:46.764821Z K 7 svn:log V 296 - Replace some strcpy()-family functions with memcpy() ones. It has been discussed earlier that the extra safeness is not required in these cases and we can avoid the overhead by using the more general memory copy functions. Approved by: delphij (mentor) Obtained from: The NetBSD Project END