$OpenBSD: patch-gcc_config_vax_openbsd_h,v 1.1 2006/01/13 20:07:53 espie Exp $
--- gcc/config/vax/openbsd.h.orig	Fri Jan 13 20:47:38 2006
+++ gcc/config/vax/openbsd.h	Fri Jan 13 20:47:50 2006
@@ -32,12 +32,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"
