2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/umon/tfsDriver.c (rtems_tfs_eval_path):
	Add missing parameter.
This commit is contained in:
Ralf Corsepius
2009-11-03 07:12:25 +00:00
parent f7b5aa56e5
commit fb198bd709
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/umon/tfsDriver.c (rtems_tfs_eval_path):
Add missing parameter.
2009-10-09 Till Straumann <strauman@slac.stanford.edu>
* shared/vmeUniverse/vmeUniverse.c: print message and

View File

@@ -234,6 +234,7 @@ static void fixPath(char *path)
static int rtems_tfs_eval_path(
const char *pathname,
int pathnamelen,
int flags,
rtems_filesystem_location_info_t *pathloc
)