forked from Imagelibrary/rtems
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_load_tar.c: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libfs/src/imfs/imfs_load_tar.c: Formatting.
|
||||||
|
|
||||||
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* sapi/include/confdefs.h: Do not cover up user configuation mistakes
|
* sapi/include/confdefs.h: Do not cover up user configuation mistakes
|
||||||
|
|||||||
@@ -108,8 +108,7 @@ int rtems_tarfs_load(
|
|||||||
if (status != 0)
|
if (status != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if (root_loc.ops != &IMFS_ops
|
if (root_loc.ops != &IMFS_ops && root_loc.ops != &fifoIMFS_ops)
|
||||||
&& root_loc.ops != &fifoIMFS_ops)
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user