K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-05-01T14:33:26.192399Z K 7 svn:log V 316 MFC r207021: ln: Allow a trailing slash when creating a link to a directory. In the 'ln source... directory' synopsis, the basename of each source determines the name of the created link. Determine this using basename(3) instead of strrchr(..., '/') which is incorrect if the pathname ends in a slash. PR: 121568 END