diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-18 22:27:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-18 22:27:04 +0000 |
commit | 1a989e004c00955e60cd315666ebd450d6fa9732 (patch) | |
tree | 3b37d414798b7547f6a0e1f51ff3c3e60d812eb6 /ChangeLog | |
parent | ed3b44d39c69748d586f66179c19dbc2f2d7c808 (diff) | |
download | glibc-1a989e004c00955e60cd315666ebd450d6fa9732.tar glibc-1a989e004c00955e60cd315666ebd450d6fa9732.tar.gz glibc-1a989e004c00955e60cd315666ebd450d6fa9732.tar.bz2 glibc-1a989e004c00955e60cd315666ebd450d6fa9732.zip |
Update.
* nss/nsswitch.h (service_user): Change name field from const char *
to char[0].
(name_database_entry): Likewise.
* nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
for change of `service_user'.
(nss_getline): Adjust memory allocation for change of
`name_database_entry'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,13 @@ 1999-02-18 Ulrich Drepper <drepper@cygnus.com> + * nss/nsswitch.h (service_user): Change name field from const char * + to char[0]. + (name_database_entry): Likewise. + * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation + for change of `service_user'. + (nss_getline): Adjust memory allocation for change of + `name_database_entry'. + * catgets/catgets.c: Correctly handle NLSPATH from environment [PR libc/980]. @@ -11,6 +19,7 @@ * string/bits/string2.h: Only use strncmp optimization if count argument is constant. + 1999-02-16 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/mach/hurd/revoke.c: New file. |