From 3da8388977dc757e9df63a796f66e1b4802f2bcd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Feb 2007 19:14:54 +0000 Subject: 2007-02-06 Joel Sherrill * 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. --- testsuites/sptests/sp13/task3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/sptests/sp13/task3.c') 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( -- cgit v1.2.3