forked from Imagelibrary/rtems
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* umon/tfsDriver.c:
|
||||
Use size_t instead of int for pathnamelen.
|
||||
|
||||
2010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/utility.h: Macros use now first and last bit values instead
|
||||
|
||||
@@ -241,7 +241,7 @@ static void fixPath(char *path)
|
||||
|
||||
static int rtems_tfs_eval_path(
|
||||
const char *pathname,
|
||||
int pathnamelen,
|
||||
size_t pathnamelen,
|
||||
int flags,
|
||||
rtems_filesystem_location_info_t *pathloc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user