K 10 svn:author V 4 csjp K 8 svn:date V 27 2005-12-30T20:10:21.000000Z K 7 svn:log V 269 mkstemp(3) and friends use a combination of base 10 digits, along with upper and lower case letters from the English alphabet. Change the number of possible file names mktemp will return from 26**6 to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3) END