K 10 svn:author V 4 csjp K 8 svn:date V 27 2020-05-21T02:10:45.777352Z K 7 svn:log V 306 Decode the file descriptor argument to closefrom(2) as an Integer. This is consistent with what we are doing for close(2) and it makes it a bit easier to follow when debugging file descriptor operations. i.e. many other syscalls are decoding fds as integers rather than base 16 numbers. MFC after: 1 week END