$OpenBSD: patch-gcc_config_m88k_openbsd_h,v 1.1 2006/01/13 20:07:53 espie Exp $
--- gcc/config/m88k/openbsd.h.orig	Fri Jan 13 20:45:07 2006
+++ gcc/config/m88k/openbsd.h	Fri Jan 13 20:45:21 2006
@@ -39,12 +39,12 @@ Boston, MA 02111-1307, USA.  */
 
 /* Layout of source language data types. */
 
-/* This must agree with <machine/ansi.h> */
+/* This must agree with <machine/_types.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"
