summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/region.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
commitc4808ca59f68d6142c8e12ce11417158f5fe8149 (patch)
tree7e5284850d03dd932f7f7b38cea9259fbb23c324 /cpukit/rtems/src/region.c
parentSPARC port passes all tests (diff)
downloadrtems-c4808ca59f68d6142c8e12ce11417158f5fe8149.tar.bz2
typos fixed
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/region.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index ecfaf32382..d0720f5040 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -314,6 +314,8 @@ rtems_status_code rtems_region_get_segment(
Thread_Control *executing;
void *the_segment;
+ *segment = NULL;
+
if ( size == 0 )
return RTEMS_INVALID_SIZE;