mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:55:55 +08:00
2009-10-09 Chris Johns <chrisj@rtems.org>
* libmisc/shell/main_mknod.c: Fixed build problem with networking
disabled.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user