summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 15:28:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 15:28:22 +0000
commitc7b7f3809872e91ca0208642f9f8263f495fc8cf (patch)
treeae4b530fb53407842723988e291d4d60f4a3dfc8 /cpukit/score/include
parentFix typo. (diff)
downloadrtems-c7b7f3809872e91ca0208642f9f8263f495fc8cf.tar.bz2
2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/include/rtems/score/object.h, score/src/object.c, score/src/objectallocatebyindex.c, score/src/objectcomparenameraw.c, score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c, score/src/objectinitializeinformation.c: Fix bugs in previous commit. Now compiles.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 8fedfae0e3..88a47682d3 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -240,8 +240,8 @@ typedef struct {
*/
#if defined(RTEMS_MULTIPROCESSING)
-SCORE_EXTERN uint32_t _Objects_Local_node;
-SCORE_EXTERN uint32_t _Objects_Maximum_nodes;
+SCORE_EXTERN uint16_t _Objects_Local_node;
+SCORE_EXTERN uint16_t _Objects_Maximum_nodes;
#else
#define _Objects_Local_node 1
#define _Objects_Maximum_nodes 1