summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:20:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:20:44 +0000
commit596bead5191fc9647f3cd72e995d209a698711f3 (patch)
tree758e9d4b41fc837392c4d51635c3b989adb030a5 /cpukit/ChangeLog
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-596bead5191fc9647f3cd72e995d209a698711f3.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c: Use size_t instead of int for pathlen.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 180d6a3e4c..62935c2411 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c:
+ Use size_t instead of int for pathlen.
* libfs/src/nfsclient/src/nfs.c:
Use uint32_t instead of u_int_t for readarg and writearg.