summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:53:09 +0000
commit98e92b0abbcbde41aa489c20c5bd3868f5a96a1a (patch)
tree7e4b83fe27053eb41be72f0851db43dff2606cbf /cpukit/sapi/include/confdefs.h
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-98e92b0abbcbde41aa489c20c5bd3868f5a96a1a.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/partmp.h, sapi/include/confdefs.h: Fix typos added with recent changes.
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 19b65417a7..7613c71d61 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -1422,7 +1422,7 @@ rtems_configuration_table Configuration = {
(CONFIGURE_MAXIMUM_POSIX_BARRIERS != 0) || \
(CONFIGURE_MAXIMUM_POSIX_SPINLOCKS != 0) || \
(CONFIGURE_MAXIMUM_POSIX_RWLOCKS != 0) || \
- defined(CONFIGURE_POSIX_INIT_THREAD_TABLE)
+ defined(CONFIGURE_POSIX_INIT_THREAD_TABLE))
#error "CONFIGURATION ERROR: POSIX API support not configured!!"
#endif
#endif
@@ -1439,8 +1439,8 @@ rtems_configuration_table Configuration = {
(CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS != 0) || \
(CONFIGURE_MAXIMUM_ITRON_PORTS != 0) || \
(CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS != 0) || \
- (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0)) || \
- defined(CONFIGURE_ITRON_INIT_TASK_TABLE)
+ (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0) || \
+ defined(CONFIGURE_ITRON_INIT_TASK_TABLE))
#error "CONFIGURATION ERROR: ITRON API support not configured!!"
#endif
#endif