$OpenBSD: patch-gcc_config_i386_openbsd_h,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
--- gcc/config/i386/openbsd.h.orig	Sat Jun 25 03:22:41 2005
+++ gcc/config/i386/openbsd.h	Mon Jun 14 19:23:04 2010
@@ -41,16 +41,19 @@ Boston, MA 02110-1301, USA.  */
 
 /* This must agree with <machine/ansi.h> */
 #undef SIZE_TYPE
-#define SIZE_TYPE "unsigned int"
+#define SIZE_TYPE "long unsigned int"
 
 #undef PTRDIFF_TYPE
-#define PTRDIFF_TYPE "int"
+#define PTRDIFF_TYPE "long int"
 
 #undef WCHAR_TYPE
 #define WCHAR_TYPE "int"
 
 #undef WCHAR_TYPE_SIZE
 #define WCHAR_TYPE_SIZE 32
+
+#undef WINT_TYPE
+#define WINT_TYPE "int"
 
 /* Assembler format: overall framework.  */
 
