270eb2d393
vulnerabilities. More information: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird$ Tested by many. Thank you! ok ian@, martynas@, kurt@, pvalchev@
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
$OpenBSD: patch-js_src_jsnum_h,v 1.2 2008/02/29 21:49:48 bernd Exp $
|
|
--- js/src/jsnum.h.orig Thu Nov 1 21:52:24 2007
|
|
+++ js/src/jsnum.h Wed Feb 27 12:39:54 2008
|
|
@@ -61,7 +61,7 @@ JS_BEGIN_EXTERN_C
|
|
*/
|
|
|
|
#if defined(__arm) || defined(__arm32__) || defined(__arm26__) || defined(__arm__)
|
|
-#ifndef __QNXNTO__
|
|
+#if !defined(__QNXNTO__) && !defined(__OpenBSD__)
|
|
#define CPU_IS_ARM
|
|
#endif
|
|
#endif
|