2008-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>

* libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h:
	Split out rtems_shell_get_prompt() so it can be overridden by the
	user.
	* libmisc/shell/shell_getprompt.c: New file.
This commit is contained in:
Joel Sherrill
2008-08-27 12:48:41 +00:00
parent f9c186c641
commit f3db4ac83a
5 changed files with 78 additions and 17 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h:
Split out rtems_shell_get_prompt() so it can be overridden by the
user.
* libmisc/shell/shell_getprompt.c: New file.
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/getproto.c, libnetworking/libc/getprotoent.c,