summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libmisc/shell/main_rm.c1
2 files changed, 5 insertions, 1 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.
diff --git a/cpukit/libmisc/shell/main_rm.c b/cpukit/libmisc/shell/main_rm.c
index f833fc6b39..3a459fe431 100644
--- a/cpukit/libmisc/shell/main_rm.c
+++ b/cpukit/libmisc/shell/main_rm.c
@@ -50,7 +50,6 @@ __FBSDID("$FreeBSD: src/bin/rm/rm.c,v 1.58 2006/10/31 02:22:36 delphij Exp $");
#include <sys/stat.h>
#include <sys/param.h>
-#include <sys/mount.h>
#include <err.h>
#include <errno.h>