Re: [PATCH] shell: Make rtems_global_shell_env public

2014-05-28 Thread Chris Johns
On 29/05/2014 1:23 am, Gedare Bloom wrote: OK. Can my question in the other thread please be answered first ? Chris On Wed, May 28, 2014 at 11:19 AM, Sebastian Huber wrote: Provide rtems_global_shell_env as a public read-only variable for backward compatibility. --- cpukit/libmisc/shell

Re: [PATCH] shell: Make rtems_global_shell_env public

2014-05-28 Thread Gedare Bloom
OK. On Wed, May 28, 2014 at 11:19 AM, Sebastian Huber wrote: > Provide rtems_global_shell_env as a public read-only variable for > backward compatibility. > --- > cpukit/libmisc/shell/shell.c |2 +- > cpukit/libmisc/shell/shell.h |2 ++ > 2 files changed, 3 insertions(+), 1 deletions(-)

[PATCH] shell: Make rtems_global_shell_env public

2014-05-28 Thread Sebastian Huber
Provide rtems_global_shell_env as a public read-only variable for backward compatibility. --- cpukit/libmisc/shell/shell.c |2 +- cpukit/libmisc/shell/shell.h |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c i