diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 17:38:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-08 17:38:52 +0000 |
commit | 0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c (patch) | |
tree | a4ee227a8bc5851642f8ed41674e1168842a30fe | |
parent | cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b (diff) | |
download | glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.gz glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.bz2 glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.zip |
Update.
* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/generic/unsecvars.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2001-01-08 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma. + * malloc/memusage.c (me): Use access() to determine whether we should write the output file or not. diff --git a/sysdeps/generic/unsecvars.h b/sysdeps/generic/unsecvars.h index 57b3368b6c..b1469f180f 100644 --- a/sysdeps/generic/unsecvars.h +++ b/sysdeps/generic/unsecvars.h @@ -5,7 +5,7 @@ "LOCPATH", \ "MALLOC_TRACE", \ "NLSPATH", \ - "RESOLV_HOST_CONF" \ + "RESOLV_HOST_CONF", \ "RES_OPTIONS", \ "TMPDIR", \ "TZDIR" |