Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 11617)
+++ trunk/psLib/src/sys/psTrace.c	(revision 11668)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-03 05:54:08 $
+ *  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -67,9 +67,9 @@
 
 static p_psComponent* cRoot = NULL; // The root of the trace component
-static psBool traceTime = false;     // Flag to include time info
-static psBool traceHost = false;     // Flag to include host info
-static psBool traceLevel = false;    // Flag to include level info
-static psBool traceName = false;     // Flag to include name info
-static psBool traceMsg = true;      // Flag to include message info
+static bool traceTime = false;     // Flag to include time info
+static bool traceHost = false;     // Flag to include host info
+static bool traceLevel = false;    // Flag to include level info
+static bool traceName = false;     // Flag to include name info
+static bool traceMsg = true;      // Flag to include message info
 static int traceFD = STDOUT_FILENO; // default value
 
@@ -182,5 +182,5 @@
 componentAdd(): Adds the component named "addNodeName" to the root tree.
  *****************************************************************************/
-static psBool componentAdd(const char *addNodeName, psS32 level)
+static bool componentAdd(const char *addNodeName, psS32 level)
 {
     assert(addNodeName);
