about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-30 08:27:48 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-30 08:27:48 +0000
commit74fef3bbcbaecddc5ce293e15f765860348c32a8 (patch)
treeae819b77079f7b35d4e52549b0e87c0b321be8b7 /ChangeLog
parent0891f9706f4fc0951324b3a3f113f60191b96434 (diff)
downloadglibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.gz
glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.tar.xz
glibc-74fef3bbcbaecddc5ce293e15f765860348c32a8.zip
Update.
	* nscd/nscd.c (termination_handler): Reset timestamp so that
	client immediately stop using the database.

	(__nscd_drop_map_ref): Change second parameter to be a reference to
	* nscd/nscd.h: Add declaration of addinitgroups and
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ea2528adbc..f7c62ec69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
 2004-09-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* nscd/nscd.c (termination_handler): Reset timestamp so that
+	client immediately stop using the database.
+
 	* nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
 	parameter.
-	(__nscd_drop_map_ref): Change second parameter to be a referenc to
+	(__nscd_drop_map_ref): Change second parameter to be a reference to
 	a variable.  Update variable when cycle count changed.
 	* nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
 	* nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref.  Reinitialize
@@ -12,7 +15,7 @@
 	* nscd/nscd_getpw_r.c: Likewise.
 	* nscd/nscd_initgroups.c: Likewise.
 
-	* nscd/nscd.h: Add declaretion of addinitgroups and
+	* nscd/nscd.h: Add declaration of addinitgroups and
 	readdinitgroups.
 
 2004-09-30  Andreas Jaeger  <aj@suse.de>