summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-01 08:31:09 +0000
committerdillon <dillon@FreeBSD.org>2001-09-01 08:31:09 +0000
commitc96eebc7a1aa275953e64896ff9b2e3aae631004 (patch)
treea178c962dfd0d5467b1a72f3d0a894c2900fcf84 /sys
parentf4fdee9267c1beea4411a9f54432525529fd10f5 (diff)
downloadFreeBSD-src-c96eebc7a1aa275953e64896ff9b2e3aae631004.zip
FreeBSD-src-c96eebc7a1aa275953e64896ff9b2e3aae631004.tar.gz
Undo last commit. The problem's been fixed for a long time.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index 3671924..c731795 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
OpenPOWER on IntegriCloud