]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 200061:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Dec 2009 19:07:45 +0000 (19:07 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Dec 2009 19:07:45 +0000 (19:07 +0000)
commit089989d6980d4b103ad0508c7cfddbab2df88680
tree68fa55092cdb540a03930d7f2abe56fedc40be54
parent47e1c6d3da873c266317997ec322b25b7306e647
MFC 200061:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@200224 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/rpc/svc.c