$OpenBSD: patch-mozilla_nsprpub_pr_include_prtypes_h,v 1.4 2012/09/17 20:00:09 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=634793
--- mozilla/nsprpub/pr/include/prtypes.h.orig	Tue Mar  6 14:13:49 2012
+++ mozilla/nsprpub/pr/include/prtypes.h	Sun Sep  2 01:17:24 2012
@@ -336,7 +336,7 @@ typedef long PRInt32;
  * match uint64_t, otherwise our uint64 typedef conflicts with the uint64
  * typedef in cssmconfig.h, which CoreServices.h includes indirectly.
  */
-#if PR_BYTES_PER_LONG == 8 && !defined(__APPLE__)
+#if PR_BYTES_PER_LONG == 8 && !defined(__APPLE__) && !defined(__OpenBSD__)
 typedef long PRInt64;
 typedef unsigned long PRUint64;
 #define PR_INT64(x)  x ## L
