summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:32:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:32:46 +0000
commitef5da325ad35b64a8f806dd106844effb74316a0 (patch)
treeb4aafb12b8064feca448aedd2db3eddb96cadf4c /cpukit/ChangeLog
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ef5da325ad35b64a8f806dd106844effb74316a0.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-rtems.c: Use size_t instead of int for pathlen. Use %zi to print pathlen.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 067dc5a691..274490c78d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libfs/src/rfs/rtems-rfs-rtems.c:
+ Use size_t instead of int for pathlen.
+ Use %zi to print pathlen.
* libcsupport/include/rtems/libio.h:
Use size_t instead of int for pathnamelen.
* libcsupport/include/rtems/libio_.h, libcsupport/src/eval.c: