summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:36:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:36:02 +0000
commit4665f32fc51e1fcb8faf6a4ee309edbf9dc7e1fe (patch)
tree4f9d31f233f2fd0deace8c34794955fb9d0b2d5c /cpukit/ChangeLog
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4665f32fc51e1fcb8faf6a4ee309edbf9dc7e1fe.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Use size_t instead of int for pathnamelen.
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 274490c78d..41bff2e87e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c:
+ Use size_t instead of int for pathnamelen.
* libfs/src/rfs/rtems-rfs-rtems.c:
Use size_t instead of int for pathlen.
Use %zi to print pathlen.