From fb198bd7092ac5d4902f7fadadd8c156d471b72b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Nov 2009 07:12:25 +0000 Subject: =?UTF-8?q?2009-11-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shared/umon/tfsDriver.c (rtems_tfs_eval_path): Add missing parameter. --- c/src/lib/libbsp/ChangeLog | 5 +++++ c/src/lib/libbsp/shared/umon/tfsDriver.c | 1 + 2 files changed, 6 insertions(+) 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 ) -- cgit v1.2.3