diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 16:19:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 16:19:25 +0000 |
commit | c3ea7bee6d38720bf7a4831171b655fa99d1b357 (patch) | |
tree | 912c92ef683702fbccc153f1d329eba51b5feeb7 /ChangeLog | |
parent | 8802f4bf809d755012ca96a88a66647d11508984 (diff) | |
download | glibc-c3ea7bee6d38720bf7a4831171b655fa99d1b357.tar.gz glibc-c3ea7bee6d38720bf7a4831171b655fa99d1b357.tar.xz glibc-c3ea7bee6d38720bf7a4831171b655fa99d1b357.zip |
Update.
* nscd/Makefile (nscd-modules): Add xmalloc for nscd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1d54f54c51..9fa17bf8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ (finish_drop_privileges): New function. (nscd_init): Call the new functions which also install all groups for the server user. + * nscd/Makefile (nscd-modules): Add xmalloc for nscd. Patch by Christopher Allen Wing <wingc@engin.umich.edu>. 2002-01-17 H.J. Lu <hjl@gnu.org> |