$OpenBSD: patch-base_atomicops_h,v 1.13 2014/04/17 16:27:53 robert Exp $
--- base/atomicops.h.orig.port	Wed Apr  2 21:03:59 2014
+++ base/atomicops.h	Sat Apr 12 09:40:41 2014
@@ -59,7 +59,11 @@ typedef intptr_t Atomic64;
 
 // Use AtomicWord for a machine-sized pointer.  It will use the Atomic32 or
 // Atomic64 routines below, depending on your architecture.
+//#if defined(OS_OPENBSD) && defined(__i386__)
+//typedef Atomic32 AtomicWord;
+//#else
 typedef intptr_t AtomicWord;
+//#endif
 
 // Atomically execute:
 //      result = *ptr;
