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 /sysdeps | |
parent | cf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b (diff) | |
download | glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.zip glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.gz glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.bz2 |
Update.
* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/unsecvars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/unsecvars.h b/sysdeps/generic/unsecvars.h index 57b3368..b1469f1 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" |