$OpenBSD: patch-mozilla_nsprpub_pr_tests_prpollml_c,v 1.3 2012/09/17 20:00:09 landry Exp $
--- mozilla/nsprpub/pr/tests/prpollml.c.orig	Tue Mar  6 14:14:30 2012
+++ mozilla/nsprpub/pr/tests/prpollml.c	Sun Sep  2 00:30:57 2012
@@ -15,14 +15,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];
 
