$OpenBSD: patch-mozilla_ipc_chromium_src_base_atomicops_h,v 1.3 2012/01/11 01:19:43 nigel 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
