summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp04/tswitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp04/tswitch.c')
-rw-r--r--testsuites/sptests/sp04/tswitch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c
index 79cda908fe..bb0cfc7513 100644
--- a/testsuites/sptests/sp04/tswitch.c
+++ b/testsuites/sptests/sp04/tswitch.c
@@ -10,7 +10,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -23,7 +23,7 @@
#include "system.h"
struct taskSwitchLog taskSwitchLog[1000];
-int taskSwitchLogIndex;
+unsigned int taskSwitchLogIndex;
volatile int testsFinished;
rtems_extension Task_switch(