summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_rm.c
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/libmisc/shell/main_rm.c
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/libmisc/shell/main_rm.c')
-rw-r--r--cpukit/libmisc/shell/main_rm.c1
1 files changed, 0 insertions, 1 deletions
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>