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:
Ralf Corsepius
2010-05-28 06:18:27 +00:00
parent 3b8ab75717
commit bd6515bea4
2 changed files with 6 additions and 1 deletions

View File

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

View File

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