Index: /trunk/psLib/src/sys/psTrace.c
===================================================================
--- /trunk/psLib/src/sys/psTrace.c	(revision 7570)
+++ /trunk/psLib/src/sys/psTrace.c	(revision 7571)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-15 00:21:57 $
+ *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-15 00:22:54 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -632,5 +632,5 @@
 {
     if (fd < 0) {
-        return;
+        return false;
     }
 
@@ -639,4 +639,5 @@
     }
     traceFD = fd;
+    return true;
 }
 
Index: /trunk/psLib/src/sys/psTrace.h
===================================================================
--- /trunk/psLib/src/sys/psTrace.h	(revision 7570)
+++ /trunk/psLib/src/sys/psTrace.h	(revision 7571)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-29 01:15:38 $
+ *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-15 00:22:54 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -135,5 +135,5 @@
 
 /// Set the destination of future trace messages.
-void psTraceSetDestination(
+bool psTraceSetDestination(
     int fd                             ///< File descriptor
 );
