$OpenBSD: patch-base_atomicops_h,v 1.2 2015/05/06 14:27:23 robert Exp $
--- base/atomicops.h.orig.port	Wed Apr 15 00:18:48 2015
+++ base/atomicops.h	Wed Apr 15 08:32:49 2015
@@ -66,7 +66,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;
