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 }
|
||||
#endif
|
||||
|
||||
#ifdef RTEMS_NETWORKING
|
||||
/**
|
||||
* FTPFS
|
||||
*/
|
||||
@@ -438,9 +437,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
#else
|
||||
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
||||
#endif
|
||||
#else
|
||||
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* DOSFS
|
||||
|
||||
Reference in New Issue
Block a user