From 3e481b46b5e8cc0d0ec85925f9bcf8869acfb92e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 1 Sep 2001 08:31:09 +0000 Subject: [PATCH] Undo last commit. The problem's been fixed for a long time. --- sys/sys/types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys/types.h b/sys/sys/types.h index 3671924ca86..c731795913b 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -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 -- 2.45.2