2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/lib/tftpDriver.c (rtems_tftp_eval_path):
	Add missing parameter pathlen.
This commit is contained in:
Ralf Corsepius
2009-09-29 04:24:22 +00:00
parent 489dd0006d
commit cfc2620c6d
2 changed files with 3 additions and 0 deletions

View File

@@ -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>

View File

@@ -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 */
)