Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 8472)
+++ trunk/psLib/src/sys/psTrace.c	(revision 8473)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-22 21:36:33 $
+ *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-22 21:53:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -515,5 +515,5 @@
     if (first) {
         first = false;
-        gethostname(hostname, 256);
+        gethostname(hostname, MAX_HOSTNAME_LENGTH);
     }
 
