forked from Imagelibrary/rtems
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_mount.c: Eliminate warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libmisc/shell/main_mount.c: Eliminate warning.
|
||||||
|
|
||||||
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libmisc/Makefile.am, libmisc/shell/main_chmod.c,
|
* libmisc/Makefile.am, libmisc/shell/main_chmod.c,
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
static rtems_chain_control filesystems;
|
static rtems_chain_control filesystems;
|
||||||
static bool fs_init;
|
static bool fs_init;
|
||||||
|
|
||||||
static void rtems_shell_mount_fsys_init()
|
static void rtems_shell_mount_fsys_init(void)
|
||||||
{
|
{
|
||||||
if (!fs_init)
|
if (!fs_init)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user