summaryrefslogtreecommitdiff
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-12-09 07:12:27 +0000
committerChris Johns <chrisj@rtems.org>2011-12-09 07:12:27 +0000
commitafaa753b5a28a9f516244b134b77caf07092b1ec (patch)
tree1b12b7524175d0f4285f1ab58e6dbafe2d38eb81 /cpukit/ChangeLog
parent10fa27d64d3a7ca37cb379077255f33fb831ad81 (diff)
2011-12-09 Chris Johns <chrisj@rtems.org>
PR 1968/filesystem * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek to 0 after reading the end of the file did not point to the correct block. * libfs/src/rfs/rtems-rfs-rtems.h, libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix the bug.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f25da85d7f..4a779b2e53 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2011-12-09 Chris Johns <chrisj@rtems.org>
+
+ PR 1968/filesystem
+ * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek
+ to 0 after reading the end of the file did not point to the
+ correct block.
+ * libfs/src/rfs/rtems-rfs-rtems.h,
+ libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix
+ the bug.
+
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1983/networking