mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 20:33:47 +08:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
int devFS_evaluate_path(
|
||||
const char *pathname,
|
||||
int pathnamelen,
|
||||
size_t pathnamelen,
|
||||
int flags,
|
||||
rtems_filesystem_location_info_t *pathloc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user