From 53aceab4c8027199b823b4f66f7dd3bca7bd7af0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 13:02:01 +0000 Subject: [PATCH] =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/monitor02/init.c | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 60f6413f2b..77004dc3e4 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2011-12-05 Ralf Corsépius + + * monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor. + 2011-10-26 Sebastian Huber * mouse01/init.c: Account for extra message buffer size. diff --git a/testsuites/libtests/monitor02/init.c b/testsuites/libtests/monitor02/init.c index f7ea905365..6aa8bc16ea 100644 --- a/testsuites/libtests/monitor02/init.c +++ b/testsuites/libtests/monitor02/init.c @@ -25,12 +25,6 @@ #include #define MAX_ARGS 128 -/* - * HACK: API visibility violation - * rtems_shell_main_monitor should better be declared in rtems/shell.h - */ -extern int rtems_shell_main_monitor(int argc, char **argv); - char *Commands[] = { "task", "task 32",