K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-12-03T15:14:30.131559Z K 7 svn:log V 369 The fd_mask type is an unsigned long, not an int, so treat the mask as a long instead of an int when examining the results of select() to look for RPC requests. Previously this routine would ignore RPC requests to sockets whose file descriptor mod 64 was greater than 31 on a 64-bit platform. PR: amd64/141130 Submitted by: liujb of array networks MFC after: 3 days END