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.
This commit is contained in:
Joel Sherrill
2008-07-31 15:02:48 +00:00
parent 90c9d2b45f
commit 23bfd0cd27
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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>