Browse Source

Update.

* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
cvs/glibc-2-2-branch
Ulrich Drepper 26 years ago
parent
commit
0eb8a89b50
  1. 2
      ChangeLog
  2. 2
      sysdeps/generic/unsecvars.h

2
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.

2
sysdeps/generic/unsecvars.h

@ -5,7 +5,7 @@
"LOCPATH", \
"MALLOC_TRACE", \
"NLSPATH", \
"RESOLV_HOST_CONF" \
"RESOLV_HOST_CONF", \
"RES_OPTIONS", \
"TMPDIR", \
"TZDIR"

Loading…
Cancel
Save