summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
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/libnetworking
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/libnetworking')
-rw-r--r--cpukit/libnetworking/lib/tftpDriver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libnetworking/lib/tftpDriver.c
index ecb46c6c0f..ee094872c4 100644
--- a/cpukit/libnetworking/lib/tftpDriver.c
+++ b/cpukit/libnetworking/lib/tftpDriver.c
@@ -486,6 +486,7 @@ fixPath (char *path)
static int rtems_tftp_eval_path(
const char *pathname, /* IN */
+ int pathnamelen, /* IN */
int flags, /* IN */
rtems_filesystem_location_info_t *pathloc /* IN/OUT */
)