$OpenBSD: patch-mozilla_ipc_chromium_src_base_atomicops_h,v 1.7 2012/06/11 15:38:33 landry Exp $
--- mozilla/ipc/chromium/src/base/atomicops.h.orig	Thu Dec 15 01:22:33 2011
+++ mozilla/ipc/chromium/src/base/atomicops.h	Tue Dec 20 00:40:52 2011
@@ -40,7 +40,7 @@ namespace subtle {
 #endif
 typedef __w64 int32 Atomic32;
 #ifdef ARCH_CPU_64_BITS
-typedef int64 Atomic64;
+typedef intptr_t Atomic64;
 #endif
 
 // Use AtomicWord for a machine-sized pointer.  It will use the Atomic32 or
