Now that file descriptor limits are soft, and can be larger than
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 07:15:38 +0000 (23:15 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 07:15:38 +0000 (23:15 -0800)
commitf72a825a06f1c4ec88358de98508929785eeb22a
treee8a30f75db8f54e2ab9a9a03d9fc2819d0d94558
parentff92a9bf4eac3be8f5f50a4abdaf8415459cdb22
Now that file descriptor limits are soft, and can be larger than
FD_SETSIZE, using the value of getdtablesize() as an input to select()
does not work.  We fixed this in our RPC code a while back.  Here's a
patch to make window(1) work more correctly.
From: Charles Hannum <mycroft@NetBSD.ORG>

SCCS-vsn: usr.bin/window/wwinit.c 8.2
SCCS-vsn: usr.bin/window/wwopen.c 8.2
usr/src/usr.bin/window/wwinit.c
usr/src/usr.bin/window/wwopen.c