Author: adrian.chadd
Date: Sun Jul 5 05:26:13 2009
New Revision: 14125
Modified:
branches/LUSCA_HEAD/libiapp/comm_devpoll.c
Log:
Merge Squid patchset 12465 - fix Solaris /dev/poll support.
Modified: branches/LUSCA_HEAD/libiapp/comm_devpoll.c
==============================================================================
--- branches/LUSCA_HEAD/libiapp/comm_devpoll.c (original)
+++ branches/LUSCA_HEAD/libiapp/comm_devpoll.c Sun Jul 5 05:26:13 2009
@@ -74,8 +74,8 @@
#include <sys/devpoll.h>
-#define DEVPOLL_UPDATESIZE 1024
-#define DEVPOLL_QUERYSIZE 1024
+#define DEVPOLL_UPDATESIZE OPEN_MAX
+#define DEVPOLL_QUERYSIZE OPEN_MAX
static int devpoll_fd;
static struct timespec zero_timespec;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---