K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-19T20:03:01.667452Z K 7 svn:log V 310 Make code compile when basename() is POSIX compliant. If basename() uses "char *", we shouldn't do the intermediate assignment, as that field is of type "const char *". Simply call basename() on the command line argument directly. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D6463 END