summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_dd.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-15 01:02:18 +0000
committerChris Johns <chrisj@rtems.org>2009-06-15 01:02:18 +0000
commit6576c1d7ea057a0477c52f4989fc89e369af4c9a (patch)
tree3a207b1a6f744f07c6eee5198e1a39832d6346e0 /cpukit/libmisc/shell/main_dd.c
parentFixed nested includes. (diff)
downloadrtems-6576c1d7ea057a0477c52f4989fc89e369af4c9a.tar.bz2
2009-06-15 Chris Johns <chrisj@rtems.org>
* libmisc/shell/hexdump-odsyntax.c: AVR has the same size float and double. Fix error in case statement. * libmisc/shell/main_dd.c: Remove sys/conf.h header. It is not available if networking is disabled.
Diffstat (limited to 'cpukit/libmisc/shell/main_dd.c')
-rw-r--r--cpukit/libmisc/shell/main_dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/main_dd.c b/cpukit/libmisc/shell/main_dd.c
index 1f08a8373a..98d69811f9 100644
--- a/cpukit/libmisc/shell/main_dd.c
+++ b/cpukit/libmisc/shell/main_dd.c
@@ -51,8 +51,8 @@ __FBSDID("$FreeBSD: src/bin/dd/dd.c,v 1.43 2004/08/15 19:10:05 rwatson Exp $");
#include <sys/param.h>
#include <sys/stat.h>
-#include <sys/conf.h>
#if RTEMS_REMOVED
+#include <sys/conf.h>
#include <sys/disklabel.h>
#endif
#include <sys/filio.h>