diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-02-08 20:11:13 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-02-08 20:11:13 +0000 |
commit | e23246dcdd3d5a2620e5f888d23b8acb98e9cdec (patch) | |
tree | 1124e984df04e9fa89908a4ee8fa4aade721b12a /share | |
parent | 0308c47edcd792e32fcc75930f11c7f45de7d083 (diff) |
Update FD_SETSIZE value to 1024. Spotted by and ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/types.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/types.5 b/share/man/man5/types.5 index 990a0b27e48..019d1ac30c1 100644 --- a/share/man/man5/types.5 +++ b/share/man/man5/types.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: types.5,v 1.10 2003/12/11 23:02:30 millert Exp $ +.\" $OpenBSD: types.5,v 1.11 2004/02/08 20:11:12 otto Exp $ .\" $NetBSD: types.5,v 1.4 1997/07/10 06:56:38 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -133,7 +133,7 @@ typedef _BSD_TIMER_T_ timer_t; * be enough for most uses. */ #ifndef FD_SETSIZE -#define FD_SETSIZE 256 +#define FD_SETSIZE 1024 #endif typedef int32_t fd_mask; |