summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/Makefile.am3
-rw-r--r--cpukit/preinstall.am4
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/fileio/init.c1
5 files changed, 6 insertions, 8 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f674fe65ff..e9b50f0faf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,6 @@
2009-04-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
- * libmisc/shell/login.h: Removed.
+ * Makefile.am, preinstall.am, libmisc/shell/login.h: Removed login.h.
* libmisc/shell/login_check.c, libmisc/shell/login_prompt.c,
libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright
notices. Moved shell login declarations to shell.h.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 910bbf0c10..8a5089f63c 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -125,8 +125,7 @@ include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
## shell
if LIBSHELL
-include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h \
- libmisc/shell/login.h
+include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h
endif
## i2c
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index f7faebd45d..87aa19701b 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -237,10 +237,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shell.h
$(PROJECT_INCLUDE)/rtems/shellconfig.h: libmisc/shell/shellconfig.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shellconfig.h
-
-$(PROJECT_INCLUDE)/rtems/login.h: libmisc/shell/login.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/login.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/login.h
endif
$(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/libi2c.h
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index ad11882e9c..6276484f75 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
+
+ * fileio/init.c: Removed obsolete header include.
+
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c
index a249cdd363..b49334d6bf 100644
--- a/testsuites/samples/fileio/init.c
+++ b/testsuites/samples/fileio/init.c
@@ -98,7 +98,6 @@ fstab_t fs_table[] = {
#ifdef USE_SHELL
#include <rtems/shell.h>
-#include <rtems/login.h>
void writeFile(
const char *name,