K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-25T08:45:03.446986Z K 7 svn:log V 296 Make code compile when basename() is POSIX compliant. The POSIX basename() function is allowed to modify its input buffer, which means its argument is "char *". Pull a copy of the input string before computing the base. Reviewed by: jtl Differential Revision: https://reviews.freebsd.org/D6465 END