forked from Imagelibrary/rtems
2010-08-13 Chris Johns <chrisj@rtems.org>
* libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
case.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-08-13 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
|
||||
case.
|
||||
|
||||
2010-08-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* sapi/include/confdefs.h: Include <rtems.h> to resolve all
|
||||
|
||||
@@ -173,8 +173,8 @@ int IMFS_evaluate_sym_link(
|
||||
/*
|
||||
* Check for things that should never happen.
|
||||
*/
|
||||
IMFS_assert( jnode->type == IMFS_SYM_LINK )
|
||||
IMFS_assert( jnode->Parent )
|
||||
IMFS_assert( jnode->type == IMFS_SYM_LINK );
|
||||
IMFS_assert( jnode->Parent );
|
||||
|
||||
/*
|
||||
* Move the node_access to either the symbolic links parent or
|
||||
|
||||
Reference in New Issue
Block a user