aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-29 06:10:07 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-29 06:10:07 +0000
commitf3c54060af56e255844545fb566b83fcd6e9e9f5 (patch)
tree7b839d47f4d0b7e2c5552d88dcd4d8c537353621 /ChangeLog
parent0adfcc05265f4297adb89a040acb52689f3be87c (diff)
downloadglibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.zip
glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.tar.gz
glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.tar.bz2
* nscd/connections.c (send_ro_fd): Also transfer file size.
* nscd/nscd_helper.c (get_mapping): If nscd also transfers the file size don't call fstat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4f1dfb..8905b5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-28 Ulrich Drepper <drepper@redhat.com>
+ * nscd/connections.c (send_ro_fd): Also transfer file size.
+ * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
+ file size don't call fstat.
+
* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
ahead and map the file. This should always be correct and we can
catch problems later.