K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-08-11T16:29:12.129376Z K 7 svn:log V 182 Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those from pathconf(2) and properly generate too long file names. This should fix ENAMETOOLONG checks on Linux. END