$OpenBSD: patch-mozilla_ipc_chromium_src_base_atomicops_h,v 1.3 2012/01/11 03:00:02 nigel Exp $
--- mozilla/ipc/chromium/src/base/atomicops.h.orig	Fri Oct 28 12:35:06 2011
+++ mozilla/ipc/chromium/src/base/atomicops.h	Fri Oct 28 14:10:20 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
