From 1a989e004c00955e60cd315666ebd450d6fa9732 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 18 Feb 1999 22:27:04 +0000 Subject: 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'. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c9420cdc5..c1a00362f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 1999-02-18 Ulrich Drepper + * 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 * sysdeps/mach/hurd/revoke.c: New file. -- cgit 1.4.1