summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13/task3.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-06 19:14:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-06 19:14:54 +0000
commit3da8388977dc757e9df63a796f66e1b4802f2bcd (patch)
tree940f98458c772fa7c72c344ab44797ef7456c504 /testsuites/sptests/sp13/task3.c
parent2007-02-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3da8388977dc757e9df63a796f66e1b4802f2bcd.tar.bz2
2007-02-06 Joel Sherrill <joel@OARcorp.com>
* sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c, sp13/task3.c: Address size_t/uint32_t typing issues in message queue tests.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp13/task3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/sp13/task3.c b/testsuites/sptests/sp13/task3.c
index 380c5c0c2b..cfa5a9c2d8 100644
--- a/testsuites/sptests/sp13/task3.c
+++ b/testsuites/sptests/sp13/task3.c
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -25,8 +25,8 @@ rtems_task Task_3(
)
{
long buffer[ 4 ];
- uint32_t size;
- uint32_t count;
+ size_t size;
+ uint32_t count;
rtems_status_code status;
puts(