[rtems commit] Include "rtems-rfs-shell.h".

Ralf Corsepius ralf at rtems.org
Fri Oct 19 11:59:14 UTC 2012


Module:    rtems
Branch:    master
Commit:    b44f99405223dcfb168115021cf257244400e316
Changeset: http://git.rtems.org/rtems/commit/?id=b44f99405223dcfb168115021cf257244400e316

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri Oct 19 10:05:00 2012 +0200

Include "rtems-rfs-shell.h".

---

 cpukit/libfs/src/rfs/rtems-rfs-shell.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 70335f0..a1ed928 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -31,6 +31,7 @@
 
 #if __rtems__
 #include "rtems-rfs-rtems.h"
+#include "rtems-rfs-shell.h"
 #endif
 
 /**
@@ -587,7 +588,7 @@ rtems_rfs_shell_group (rtems_rfs_file_system* fs, int argc, char *argv[])
 }
 
 
-void
+static void
 rtems_rfs_shell_usage (const char* arg)
 {
   printf ("%s: RFS debugger\n", arg);




More information about the vc mailing list