forked from Imagelibrary/rtems
confdefs.h: Do not hide network file systems
Do not hide network file systems if RTEMS_NETWORKING is not defined, since they may be provided by the LibBSD.
This commit is contained in:
@@ -402,7 +402,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
|||||||
{ RTEMS_FILESYSTEM_TYPE_DEVFS, devFS_initialize }
|
{ RTEMS_FILESYSTEM_TYPE_DEVFS, devFS_initialize }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef RTEMS_NETWORKING
|
|
||||||
/**
|
/**
|
||||||
* FTPFS
|
* FTPFS
|
||||||
*/
|
*/
|
||||||
@@ -438,9 +437,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
|||||||
#else
|
#else
|
||||||
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DOSFS
|
* DOSFS
|
||||||
|
|||||||
Reference in New Issue
Block a user