$OpenBSD: patch-base_atomicops_h,v 1.14 2015/01/22 11:16:40 robert Exp $
--- base/atomicops.h.orig.port	Wed Dec  3 03:13:19 2014
+++ base/atomicops.h	Sat Dec  6 11:34:24 2014
@@ -62,7 +62,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;
