about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c9420cdc5..c1a00362f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.