diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-01 08:31:09 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-01 08:31:09 +0000 |
commit | c96eebc7a1aa275953e64896ff9b2e3aae631004 (patch) | |
tree | a178c962dfd0d5467b1a72f3d0a894c2900fcf84 /sys | |
parent | f4fdee9267c1beea4411a9f54432525529fd10f5 (diff) | |
download | FreeBSD-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.h | 3 |
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 |