summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-04-25 12:56:36 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-04-25 12:56:36 -0500
commite306f3dfb9be4c6fe122cfcb3e809e50ea97750d (patch)
tree76c9b1759774d94ce2b4dd6539ef4d8e7a8a5fa2
parentlibfs/rfs: Fix the fstime failures for the RFS file system. (diff)
downloadrtems-e306f3dfb9be4c6fe122cfcb3e809e50ea97750d.tar.bz2
sapi: Fix condef.h compile error for disabled network configuration.
Added define for CONFIGURE_SEMAPHORES_FOR_NFS when networking disabled.
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index ba1b47f273..b2a58d4bed 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -431,6 +431,8 @@ const rtems_libio_helper rtems_fs_init_helper =
#else
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
#endif
+#else
+ #define CONFIGURE_SEMAPHORES_FOR_NFS 0
#endif
/**