about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-18 22:27:04 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-18 22:27:04 +0000
commit1a989e004c00955e60cd315666ebd450d6fa9732 (patch)
tree3b37d414798b7547f6a0e1f51ff3c3e60d812eb6 /ChangeLog
parented3b44d39c69748d586f66179c19dbc2f2d7c808 (diff)
downloadglibc-1a989e004c00955e60cd315666ebd450d6fa9732.tar.gz
glibc-1a989e004c00955e60cd315666ebd450d6fa9732.tar.xz
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--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.