summaryrefslogtreecommitdiffstats
path: root/rhbz-911314.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-09-16 15:44:13 +0200
committerRemi Collet <fedora@famillecollet.com>2013-09-16 15:44:13 +0200
commit5cd7e0e71260c62abd1307905171f5579b241350 (patch)
tree30cc73fc2c465a70be0b94a455d3d13ed7b96c2c /rhbz-911314.patch
parent3481382087e1bf149d1cd83392578737432c35db (diff)
Xulrunner / Firefox 24.0
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;