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.
This commit is contained in:
Ralf Corsepius
2010-05-27 16:20:44 +00:00
parent f74499291b
commit 596bead519
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
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.
* libfs/src/nfsclient/src/nfs.c:
Use uint32_t instead of u_int_t for readarg and writearg.
+1 -1
View File
@@ -195,7 +195,7 @@ extern int devFS_node_type(
extern int devFS_evaluate_path(
const char *pathname,
int pathnamelen,
size_t pathnamelen,
int flags,
rtems_filesystem_location_info_t *pathloc
);
+1 -1
View File
@@ -17,7 +17,7 @@
int devFS_evaluate_path(
const char *pathname,
int pathnamelen,
size_t pathnamelen,
int flags,
rtems_filesystem_location_info_t *pathloc
)