summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-25 18:38:20 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-25 18:38:20 +0000
commit9dd8477226db6e5448f4880bb572be8f68b1ee9d (patch)
tree4fdac80b95faca64f27a9c9114fb26f7e056b373 /ChangeLog
parentc418b1ba4cda2026554a3b98957eaab0d53c1245 (diff)
downloadglibc-9dd8477226db6e5448f4880bb572be8f68b1ee9d.tar.gz
glibc-9dd8477226db6e5448f4880bb572be8f68b1ee9d.tar.xz
glibc-9dd8477226db6e5448f4880bb572be8f68b1ee9d.zip
* nscd/connections.c (nscd_init): Clean up fcntl call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98775ce102..8279479bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
 
+	* nscd/connections.c (nscd_init): Clean up fcntl call.
+
 	* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
 	SOCK_NONBLOCK if possible.