Index: trunk/psLib/test/sysUtils/tst_psTrace.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 2202)
+++ trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 2204)
@@ -10,13 +10,13 @@
 
 
-static int testTrace00(void);
-static int testTrace01(void);
-static int testTrace02(void);
-static int testTrace03(void);
-static int testTrace04(void);
-static int testTrace05(void);
-static int testTrace05a(void);
-static int testTrace06(void);
-static int testTrace08(void);
+static psS32 testTrace00(void);
+static psS32 testTrace01(void);
+static psS32 testTrace02(void);
+static psS32 testTrace03(void);
+static psS32 testTrace04(void);
+static psS32 testTrace05(void);
+static psS32 testTrace05a(void);
+static psS32 testTrace06(void);
+static psS32 testTrace08(void);
 
 testDescription tests[] = {
@@ -37,5 +37,5 @@
                            };
 
-int main( int argc, char* argv[] )
+psS32 main( psS32 argc, char* argv[] )
 {
     psLogSetLevel( PS_LOG_INFO );
@@ -44,8 +44,8 @@
 }
 
-static int testTrace00(void)
-{
-    int i;
-    int lev = 0;
+static psS32 testTrace00(void)
+{
+    psS32 i;
+    psS32 lev = 0;
 
     psTraceSetDestination(stderr);
@@ -94,5 +94,5 @@
 }
 
-static int testTrace01(void)
+static psS32 testTrace01(void)
 {
     psTraceSetDestination(stderr);
@@ -104,5 +104,5 @@
 }
 
-static int testTrace02(void)
+static psS32 testTrace02(void)
 {
     psTraceReset();
@@ -133,8 +133,8 @@
 }
 
-static int testTrace03(void)
-{
-    int i = 0;
-    int lev = 0;
+static psS32 testTrace03(void)
+{
+    psS32 i = 0;
+    psS32 lev = 0;
 
     psTraceSetDestination(stderr);
@@ -176,8 +176,8 @@
 
 
-static int testTrace04(void)
+static psS32 testTrace04(void)
 {
     FILE *fp;
-    int nb = 0;
+    psS32 nb = 0;
 
     fp = fopen("tst_psTrace02_OUT", "w");
@@ -221,5 +221,5 @@
 }
 
-static int testTrace05(void)
+static psS32 testTrace05(void)
 {
     psTraceSetDestination(stderr);
@@ -247,5 +247,5 @@
 }
 
-static int testTrace05a(void)
+static psS32 testTrace05a(void)
 {
     (void)psTraceSetLevel(".", 9);
@@ -271,5 +271,5 @@
 }
 
-static int testTrace06(void)
+static psS32 testTrace06(void)
 {
     psTraceSetDestination(stderr);
@@ -311,5 +311,5 @@
 
 // Ensure that the leading dot in the component names are optional.
-static int testTrace08(void)
+static psS32 testTrace08(void)
 {
     psTraceReset();
