openbsd-ports/www/firefox35/patches/patch-nsprpub_pr_tests_prpollml_c
2009-06-21 15:04:16 +00:00

20 lines
679 B
Plaintext

$OpenBSD: patch-nsprpub_pr_tests_prpollml_c,v 1.1 2009/06/21 15:04:16 martynas Exp $
--- nsprpub/pr/tests/prpollml.c.orig Wed Jun 17 07:22:05 2009
+++ nsprpub/pr/tests/prpollml.c Sun Jun 21 17:54:29 2009
@@ -47,14 +47,10 @@
#include <stdlib.h>
#include <string.h>
-#ifdef SYMBIAN
-#define POLL_DESC_COUNT 128
-#else
-#define POLL_DESC_COUNT 256 /* This should be greater than the
+#define POLL_DESC_COUNT 120 /* This should be greater than the
* STACK_POLL_DESC_COUNT macro in
* ptio.c to cause syspoll_list to
* be created. */
-#endif
static PRPollDesc pd[POLL_DESC_COUNT];