summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm09/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm09/task1.c')
-rw-r--r--testsuites/tmtests/tm09/task1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm09/task1.c b/testsuites/tmtests/tm09/task1.c
index 1cf8845724..145fea3dde 100644
--- a/testsuites/tmtests/tm09/task1.c
+++ b/testsuites/tmtests/tm09/task1.c
@@ -1,6 +1,6 @@
/*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -103,9 +103,9 @@ void queue_test()
uint32_t flush_count;
uint32_t index;
uint32_t iterations;
- long buffer[4];
+ long buffer[4];
rtems_status_code status;
- uint32_t size;
+ size_t size;
send_loop_time = 0;
urgent_loop_time = 0;