From 0eb8a89b503bfa0beb8dfbf0f00c58ecc67aef8c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Jan 2001 17:38:52 +0000 Subject: Update. * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma. --- ChangeLog | 2 ++ sysdeps/generic/unsecvars.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b16263f61..0de4132ade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-08 Ulrich Drepper + * 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" -- cgit 1.4.1