K 10 svn:author V 3 imp K 8 svn:date V 27 2001-05-29T18:03:14.000000Z K 7 svn:log V 297 Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one error caused by the -1 being on the wrong side of the comparison. This would not cause an overflow, as near as I can tell, because we truncate later anyway. We'd just fail to get a diagnostic for 1024 and 1025 byte file names. END