summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-10-24 19:35:12 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-10-24 19:35:12 (GMT)
commitc7fe0c67adc04b108204af25c60449352b3a8e6b (patch)
treead407ea04332c0f7d326261939d016a3ce825e87
parentf22b7d2e1268549e343e141206ab143b88da25ed (diff)
downloadhdf5-c7fe0c67adc04b108204af25c60449352b3a8e6b.zip
hdf5-c7fe0c67adc04b108204af25c60449352b3a8e6b.tar.gz
hdf5-c7fe0c67adc04b108204af25c60449352b3a8e6b.tar.bz2
[svn-r21656] I updated H5_SIZEOF_OFF_T from 4 to 8.
Tested on 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 05b9dc9..f53d5df 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