Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Jan 2001 17:38:52 +0000 (17:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Jan 2001 17:38:52 +0000 (17:38 +0000)
* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.

ChangeLog
sysdeps/generic/unsecvars.h

index 0b16263..0de4132 100644 (file)
--- 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.
 
index 57b3368..b1469f1 100644 (file)
@@ -5,7 +5,7 @@
   "LOCPATH",                                                                 \
   "MALLOC_TRACE",                                                            \
   "NLSPATH",                                                                 \
-  "RESOLV_HOST_CONF"                                                         \
+  "RESOLV_HOST_CONF",                                                        \
   "RES_OPTIONS",                                                             \
   "TMPDIR",                                                                  \
   "TZDIR"