Undo last commit. The problem's been fixed for a long time.

This commit is contained in:
Matthew Dillon 2001-09-01 08:31:09 +00:00
parent ae62a4cf07
commit 3e481b46b5

View File

@ -178,9 +178,6 @@ typedef _BSD_TIMER_T_ timer_t;
* manipulate such bit fields (the filesystem macros use chars).
* FD_SETSIZE may be defined by the user, but the default here should
* be enough for most uses.
*
* WARNING! temporary masks are stored on the kernel stack, do not increase
* this value past 2048 without fixing the issue in kern/sys_generic.c:select()
*/
#ifndef FD_SETSIZE
#define FD_SETSIZE 1024