More kernel build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
dd90abae95
commit
0b6519156e
@ -84,7 +84,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) && \
|
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) && \
|
||||||
defined(CONFIG_FS_READABLE) && !defined(CONFIG_NSH_DISABLE_MOUNT)
|
defined(CONFIG_FS_READABLE) && !defined(CONFIG_NSH_DISABLE_DF)
|
||||||
static int df_handler(FAR const char *mountpoint,
|
static int df_handler(FAR const char *mountpoint,
|
||||||
FAR struct statfs *statbuf, FAR void *arg)
|
FAR struct statfs *statbuf, FAR void *arg)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user