diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog index a5fcee78ff..ae4a09ae5a 100644 --- a/c/src/lib/libbsp/ChangeLog +++ b/c/src/lib/libbsp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-03 Ralf Corsépius + + * shared/umon/tfsDriver.c (rtems_tfs_eval_path): + Add missing parameter. + 2009-10-09 Till Straumann * shared/vmeUniverse/vmeUniverse.c: print message and diff --git a/c/src/lib/libbsp/shared/umon/tfsDriver.c b/c/src/lib/libbsp/shared/umon/tfsDriver.c index 7b64483f01..aaf5cd6a28 100644 --- a/c/src/lib/libbsp/shared/umon/tfsDriver.c +++ b/c/src/lib/libbsp/shared/umon/tfsDriver.c @@ -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 )