K 10 svn:author V 2 ed K 8 svn:date V 27 2011-07-03T20:59:57.249282Z K 7 svn:log V 365 Improve portability of config(8). - Use strlen(dp->d_name) instead of the unportable dp->d_namlen. Rename i to len to make it slightly more descriptive and prevent negative indexing of the array. - Replace index() by strchr(). This supposedly fixes compilation on GNU systems. Submitted by: Robert Millan (original patch) MFC after: 3 weeks END