diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/generic/unsecvars.h | 2 |
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" |