forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user