peter 595f765cbc - 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.
1996-12-30 15:07:33 +00:00
..
1996-12-30 07:32:34 +00:00
1996-10-14 08:34:02 +00:00
1996-09-05 17:16:10 +00:00
1996-12-13 07:55:14 +00:00
1996-12-29 03:04:08 +00:00
1996-11-11 08:28:47 +00:00
1996-12-23 23:09:55 +00:00
1996-12-29 03:04:08 +00:00
1996-12-23 23:09:55 +00:00
1996-09-05 17:16:10 +00:00