[rtems commit] sapi: Fix condef. h compile error for disabled network configuration.
Jennifer Averett
jennifer at rtems.org
Fri Apr 25 17:52:17 UTC 2014
Module: rtems
Branch: master
Commit: e306f3dfb9be4c6fe122cfcb3e809e50ea97750d
Changeset: http://git.rtems.org/rtems/commit/?id=e306f3dfb9be4c6fe122cfcb3e809e50ea97750d
Author: Jennifer Averett <jennifer.averett at oarcorp.com>
Date: Fri Apr 25 12:56:36 2014 -0500
sapi: Fix condef.h compile error for disabled network configuration.
Added define for CONFIGURE_SEMAPHORES_FOR_NFS when networking disabled.
---
cpukit/sapi/include/confdefs.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index ba1b47f..b2a58d4 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
/**
More information about the vc
mailing list