ad076fd40f
www/firefox36 mostly by martynas@ and naddy@. Note that the java plugin from devel/jdk currently doesn't work with this version of firefox, in the meantime users really needed it will have to use www/firefox35. ok naddy@
20 lines
677 B
Plaintext
20 lines
677 B
Plaintext
$OpenBSD: patch-nsprpub_pr_tests_prpollml_c,v 1.1 2010/04/26 19:55:58 landry 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];
|
|
|