summaryrefslogtreecommitdiff
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 14:32:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 14:32:21 +0000
commit443ee5ac7c8187fc45aa7518122b4b30375035df (patch)
tree5636b4da44013a1dabbcdc4a0164c26abccd76e1 /cpukit/libfs
parent64b287e36d48dba867faa16c2d5322d6b6088e51 (diff)
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1556/cpukit * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 953f86d12d..b8033b5456 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -42,7 +42,7 @@ typedef int (*rtems_rfs_shell_handler) (rtems_rfs_file_system* fs, int argc, cha
/**
* Table of handlers we parse to invoke the command.
*/
-typedef struct rtems_rfs_shell_cmd_t
+typedef struct
{
const char* name;
rtems_rfs_shell_handler handler;