summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-11-08 22:35:29 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-11-08 22:35:29 (GMT)
commita8b655ff03e8b653d3ed952ec90aba10a77ec23c (patch)
tree3f9b6d71d974a5b8ad6d3a82b530ee94066ef89a /src/H5FDstream.c
parent3846f6a7852596af710490ed7d0c1769139ca6a5 (diff)
downloadhdf5-a8b655ff03e8b653d3ed952ec90aba10a77ec23c.zip
hdf5-a8b655ff03e8b653d3ed952ec90aba10a77ec23c.tar.gz
hdf5-a8b655ff03e8b653d3ed952ec90aba10a77ec23c.tar.bz2
[svn-r2832]
Purpose: Bugfix. Description: Renamed the H5_HAVE_STRUCT_SOCKLEN_T into H5_HAVE_SOCKLEN_T because it isn't really a structure.
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index a60ec6c..7c0b272 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -46,7 +46,7 @@
#endif
#endif
-#ifndef HAVE_STRUCT_SOCKLEN_T
+#ifndef H5_HAVE_SOCKLEN_T
typedef int socklen_t;
#endif