From 1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 24 Oct 2011 14:13:50 -0500 Subject: [svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8. Tested the change for 1.8 on VMS. --- vms/src/h5pubconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 7293ada..603d20e 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -577,7 +577,7 @@ #define H5_SIZEOF_OFF64_T 0 /* The size of `off_t', as computed by sizeof. */ -#define H5_SIZEOF_OFF_T 4 +#define H5_SIZEOF_OFF_T 8 /* The size of `ptrdiff_t', as computed by sizeof. */ #define H5_SIZEOF_PTRDIFF_T 4 -- cgit v0.12