$OpenBSD: patch-gcc_config_i386_openbsdelf_h,v 1.6 2006/10/06 12:42:42 kurt Exp $
--- gcc/config/i386/openbsdelf.h.orig	Thu Oct  5 17:43:25 2006
+++ gcc/config/i386/openbsdelf.h	Thu Oct  5 17:43:50 2006
@@ -56,10 +56,10 @@ Boston, MA 02111-1307, 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"
