diff options
-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; |