From bba25f392b054fdff03380e51858f0ff32938554 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 17 Jul 2000 22:51:42 +0000 Subject: [PATCH] Bugzilla bug #45683: define FD_SETSIZE to be 4096. This patch is contributed by Jerry Kirk . git-svn-id: svn://10.0.0.236/trunk@74348 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/include/md/_nto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/nsprpub/pr/include/md/_nto.h b/mozilla/nsprpub/pr/include/md/_nto.h index 08726a0f3d7..b786469fa51 100644 --- a/mozilla/nsprpub/pr/include/md/_nto.h +++ b/mozilla/nsprpub/pr/include/md/_nto.h @@ -62,6 +62,9 @@ #define PR_HAVE_POSIX_NAMED_SHARED_MEMORY #define _PR_HAVE_POSIX_SEMAPHORES +#define FD_SETSIZE 4096 +#include +#include #include #undef HAVE_STACK_GROWING_UP @@ -206,9 +209,6 @@ struct _MDCPU { ** We wrapped the select() call. _MD_SELECT refers to the built-in, ** unwrapped version. */ -#include -#include -#include #define _MD_SELECT select #endif /* nspr_nto_defs_h___ */