summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-29 04:24:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-29 04:24:22 +0000
commitcfc2620c6d69e92b47578f3ea150128176958047 (patch)
tree0b46122907324d375a3ee509a565214e661cad7b /cpukit/ChangeLog
parent2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cfc2620c6d69e92b47578f3ea150128176958047.tar.bz2
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c (rtems_tftp_eval_path): Add missing parameter 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 43f018fc3f..f650234356 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/lib/tftpDriver.c (rtems_tftp_eval_path):
+ Add missing parameter pathlen.
* libmisc/shell/hexdump-conv.c: Use %lc instead of %C.
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>