summaryrefslogtreecommitdiffstats
path: root/src/H5system.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2008-04-04 04:16:53 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2008-04-04 04:16:53 (GMT)
commit5ad99f2c31a78aaa954ab59769a4c9bfd41813ca (patch)
tree00d2bebe3941dac9931bda067f7732d840b777a0 /src/H5system.c
parentc83dbd9c1869639721ca73df403fe3df98b21f09 (diff)
downloadhdf5-5ad99f2c31a78aaa954ab59769a4c9bfd41813ca.zip
hdf5-5ad99f2c31a78aaa954ab59769a4c9bfd41813ca.tar.gz
hdf5-5ad99f2c31a78aaa954ab59769a4c9bfd41813ca.tar.bz2
[svn-r14794] Use putenv() instead of setenv() in test/links.c
(solaris did not support setenv() and unsetenv())
Diffstat (limited to 'src/H5system.c')
-rw-r--r--src/H5system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5system.c b/src/H5system.c
index d65103a..4a49d71 100644
--- a/src/H5system.c
+++ b/src/H5system.c
@@ -582,6 +582,7 @@ HDremove_all(const char *fname)
/*
+ *-------------------------------------------------------------------------
*
* Function: H5_build_extpath
*
@@ -596,6 +597,7 @@ HDremove_all(const char *fname)
*
* Programmer: Vailin Choi
* April 2, 2008
+ *-------------------------------------------------------------------------
*/
#define MAX_PATH_LEN 1024