2009-10-09 Chris Johns <chrisj@rtems.org>

* libmisc/shell/main_mknod.c: Fixed build problem with networking
        disabled.
This commit is contained in:
Chris Johns
2009-10-08 21:31:40 +00:00
parent 578e6fe20d
commit 8e686a2448
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-10-09 Chris Johns <chrisj@rtems.org>
* libmisc/shell/main_mknod.c: Fixed build problem with networking
disabled.
2009-10-08 Chris Johns <chrisj@rtems.org>
* Makefile.am, preinstall.am: Added statvfs.h.
+1 -1
View File
@@ -52,7 +52,7 @@ __RCSID("$NetBSD: mknod.c,v 1.39 2009/02/13 01:37:23 lukem Exp $");
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
#if !HAVE_NBTOOL_CONFIG_H
#if !HAVE_NBTOOL_CONFIG_H && defined(KERN_DRIVERS)
#include <sys/sysctl.h>
#endif