aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-16 06:39:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-16 06:39:43 +0000
commita859cfcea98f67784c59acff77dd144041b2a46d (patch)
tree8018bfe023263604453d356d51480a430456965a /sys
parent098f7d11d146fade84fab179bfd9ea148ef4a02d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index f2545bfc56a6..ce9495adb8c4 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -136,7 +136,7 @@ typedef _BSD_TIME_T_ time_t;
* be enough for most uses.
*/
#ifndef FD_SETSIZE
-#define FD_SETSIZE 1024
+#define FD_SETSIZE 256
#endif
typedef long fd_mask;