aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4f1dfb372..8905b5d1e7 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.