Date: Mon, 7 Dec 2009 19:07:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/rpc svc.c Message-ID: <200912071907.nB7J7rhD054783@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2009-12-07 19:07:45 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
lib/libc/rpc svc.c
Log:
SVN rev 200224 on 2009-12-07 19:07:45Z by jhb
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.
Revision Changes Path
1.26.2.2 +2 -2 src/lib/libc/rpc/svc.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912071907.nB7J7rhD054783>
