mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 03:25:08 +08:00
2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/defaults/default_evalpath.c, libfs/src/defaults/default_evaluate_link.c: Removed superfluous assignment.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libfs/src/defaults/default_evalpath.c,
|
||||
libfs/src/defaults/default_evaluate_link.c: Removed superfluous
|
||||
assignment.
|
||||
|
||||
2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libcsupport/src/mount.c, libcsupport/src/mount-mgr.c: Avoid
|
||||
|
||||
@@ -20,7 +20,6 @@ int rtems_filesystem_default_evalpath(
|
||||
rtems_filesystem_location_info_t *pathloc /* IN/OUT */
|
||||
)
|
||||
{
|
||||
pathloc = NULL;
|
||||
rtems_set_errno_and_return_minus_one( ENOTSUP );
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ int rtems_filesystem_default_evaluate_link(
|
||||
int flags /* IN */
|
||||
)
|
||||
{
|
||||
pathloc = NULL;
|
||||
rtems_set_errno_and_return_minus_one( ENOTSUP );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user