2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* libmisc/shell/main_mount.c: Eliminate warning.
This commit is contained in:
Joel Sherrill
2009-07-22 15:21:08 +00:00
parent 35d09baa84
commit f379d80537
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
* libmisc/Makefile.am, libmisc/shell/main_chmod.c,

View File

@@ -31,7 +31,7 @@
static rtems_chain_control filesystems;
static bool fs_init;
static void rtems_shell_mount_fsys_init()
static void rtems_shell_mount_fsys_init(void)
{
if (!fs_init)
{