forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user