summaryrefslogtreecommitdiffstats
path: root/rhbz-911314.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rhbz-911314.patch')
-rw-r--r--rhbz-911314.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhbz-911314.patch b/rhbz-911314.patch
index 9a28aaa..3a62c8d 100644
--- a/rhbz-911314.patch
+++ b/rhbz-911314.patch
@@ -11,7 +11,7 @@ diff -up xulrunner-21.0/mozilla-release/js/public/HeapAPI.h.ppc xulrunner-21.0/m
- * Note: The freelist supports a maximum arena shift of 15.
- * Note: Do not use JS_CPU_SPARC here, this header is used outside JS.
- */
--#if (defined(SOLARIS) || defined(__FreeBSD__)) && \
+-#if (defined(SOLARIS) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && \
- (defined(__sparc) || defined(__sparcv9) || defined(__ia64))
-const size_t PageShift = 13;
-const size_t ArenaShift = PageShift;