$OpenBSD: patch-ipc_chromium_src_base_atomicops_h,v 1.3 2012/01/11 02:17:13 nigel Exp $
--- ipc/chromium/src/base/atomicops.h.orig	Wed Sep 28 22:24:48 2011
+++ ipc/chromium/src/base/atomicops.h	Fri Oct 28 14:46:18 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
