K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-30T15:07:33.000000Z K 7 svn:log V 455 - major overhaul to make this deal with unlimited fd's. - kill non-FD_SETSIZE code Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Note, there was a nasty bug with our old code here. It would trash the stack if a fd > 31 was passed in. It was using a "long" as though it was an "fd_set", ie: it was assuming that a long was 256 bits wide. :-( This has been lurking here for a while, since the FD_SETSIZE #ifdef's were first implemented. END