K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2006-12-25T02:06:32.000000Z K 7 svn:log V 184 Use strncpy() instead of strlcpy() when copying members of a `struct ar_hdr'. These members do not use NUL-termination while strlcpy() expects its source buffer to be NUL-terminated. END