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:
Sebastian Huber
2016-06-09 11:17:13 +02:00
parent b94bbf1cb4
commit 251c94d3d3

View File

@@ -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