summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-10-24 19:13:50 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-10-24 19:13:50 (GMT)
commit1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7 (patch)
tree72411ca34c02e1b1c76b96cd71063d99d39dead8 /vms
parentaa4fe8486fd86bc931de398d0274e8b3f5bb67e1 (diff)
downloadhdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.zip
hdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.tar.gz
hdf5-1dcc75407eb48ebe0ffa3ff35087bbcb4a96c3a7.tar.bz2
[svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8.
Tested the change for 1.8 on VMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/src/h5pubconf.h2
1 files changed, 1 insertions, 1 deletions
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