K 10 svn:author V 3 mjg K 8 svn:date V 27 2015-03-24T00:10:11.507179Z K 7 svn:log V 189 filedesc: microoptimize fget_unlocked by getting rid of fd < 0 branch Casting fd to an unsigned type simplifies fd range coparison to mere checking if the result is bigger than the table. END