$OpenBSD: patch-mozilla_nsprpub_pr_include_prtypes_h,v 1.3 2012/05/17 08:59:00 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=634793
--- mozilla/nsprpub/pr/include/prtypes.h.orig	Tue Feb 14 19:21:25 2012
+++ mozilla/nsprpub/pr/include/prtypes.h	Fri Feb 17 08:50:22 2012
@@ -368,7 +368,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
