about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-08 17:38:52 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-08 17:38:52 +0000
commit0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c (patch)
treea4ee227a8bc5851642f8ed41674e1168842a30fe
parentcf1bb6d5c03ea7e3b3e02e8a427e0c504a17d44b (diff)
downloadglibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.gz
glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.tar.xz
glibc-0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c.zip
Update.
	* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/generic/unsecvars.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b16263f61..0de4132ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"