Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 8627)
+++ trunk/psLib/src/sys/psError.h	(revision 8792)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-26 04:34:28 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-12 03:16:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -53,5 +53,5 @@
  */
 psErr* psErrorGet(
-    psS32 which                          ///< position in the error stack. 0 is last error on stack.
+    int which                          ///< position in the error stack. 0 is last error on stack.
 );
 
@@ -80,7 +80,7 @@
 /** Get the error stack depth
  *
- *  @return psS32   The number of items on the error stack
- */
-unsigned int psErrorGetStackSize();
+ *  @return int The number of items on the error stack
+ */
+int psErrorGetStackSize();
 
 /** Prints error stack to specified open file descriptor
