summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-31 15:02:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-31 15:02:48 +0000
commit23bfd0cd27d35fafa17c3af7757f428ff238befd (patch)
treee710ba074b236303852a8114d129e72b570a640d /cpukit/ChangeLog
parent2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-23bfd0cd27d35fafa17c3af7757f428ff238befd.tar.bz2
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/shell/main_rm.c: sys/mount.h is not available when networking is disabled but luckily it is not even needed to compile.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cb6c77bf68..80d444fb04 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libmisc/shell/main_rm.c: sys/mount.h is not available when networking
+ is disabled but luckily it is not even needed to compile.
+
2008-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/compat_rtems.c: Replace C++-comments with C-comments.