summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:35:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:35:18 +0000
commit08c09e2439e2ccf6293015894c8a291ddcf0b6e5 (patch)
tree8de11e7ff9ba173b3453845a43a88c9395e09d07 /cpukit/libfs/ChangeLog
parent2003-10-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-08c09e2439e2ccf6293015894c8a291ddcf0b6e5.tar.bz2
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 509/filesystem * src/dosfs/fat.c: _fat_block_read and _fat_block_write return error codes instead of -1 in case of errors, as they are supposed to do according to the comments documenting these functions.
Diffstat (limited to 'cpukit/libfs/ChangeLog')
-rw-r--r--cpukit/libfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 07923ec407..ecb1bf50c1 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 509/filesystem
+ * src/dosfs/fat.c: _fat_block_read and _fat_block_write return error
+ codes instead of -1 in case of errors, as they are supposed to do
+ according to the comments documenting these functions.
+
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 440/filesystem