summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/devfs/devfs_eval.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:20:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:20:44 +0000
commit596bead5191fc9647f3cd72e995d209a698711f3 (patch)
tree758e9d4b41fc837392c4d51635c3b989adb030a5 /cpukit/libfs/src/devfs/devfs_eval.c
parentf74499291bc2c25cfecaf07ff2d97e1fe571a7ac (diff)
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_eval.c: Use size_t instead of int for pathlen.
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_eval.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_eval.c b/cpukit/libfs/src/devfs/devfs_eval.c
index d86bd9eb8c..28e867c4ce 100644
--- a/cpukit/libfs/src/devfs/devfs_eval.c
+++ b/cpukit/libfs/src/devfs/devfs_eval.c
@@ -17,7 +17,7 @@
int devFS_evaluate_path(
const char *pathname,
- int pathnamelen,
+ size_t pathnamelen,
int flags,
rtems_filesystem_location_info_t *pathloc
)