summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:23:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:23:04 +0000
commit9813fb6e1a8777cbc452de7be853f773c11fec45 (patch)
tree2137834f65e6a026337b8ec66459e416ddd7fc45 /cpukit/ChangeLog
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9813fb6e1a8777cbc452de7be853f773c11fec45.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_eval.c: Use size_t instead of int for pathnamelen.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 62935c2411..c948ae2cb7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,9 @@
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_eval.c:
+ Use size_t instead of int for pathnamelen.
* libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c:
- Use size_t instead of int for pathlen.
+ Use size_t instead of int for pathnamelen.
* libfs/src/nfsclient/src/nfs.c:
Use uint32_t instead of u_int_t for readarg and writearg.