From b311cbc9577a2606db5f7cdb691f99d680dc9fc1 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 17 Jun 2009 05:34:33 +0000 Subject: 2009-06-17 Chris Johns * libmisc/shell/extern-dd.h: Delcare the conv arrays extern to stop PPC link errors. * libmisc/shell/main_time.c, libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add a time command. --- cpukit/libmisc/shell/shellconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmisc/shell/shellconfig.h') diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h index 2de3a38f7c..c9f9d4e9b7 100644 --- a/cpukit/libmisc/shell/shellconfig.h +++ b/cpukit/libmisc/shell/shellconfig.h @@ -21,6 +21,7 @@ */ extern rtems_shell_cmd_t rtems_shell_HELP_Command; extern rtems_shell_cmd_t rtems_shell_ALIAS_Command; +extern rtems_shell_cmd_t rtems_shell_TIME_Command; extern rtems_shell_cmd_t rtems_shell_LOGOFF_Command; extern rtems_shell_cmd_t rtems_shell_MDUMP_Command; @@ -147,6 +148,7 @@ extern rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[]; */ &rtems_shell_HELP_Command, &rtems_shell_ALIAS_Command, + &rtems_shell_TIME_Command, /* * Common commands that can be optional -- cgit v1.2.3