Index: /trunk/psLib/src/sys/psMemory.c
===================================================================
--- /trunk/psLib/src/sys/psMemory.c	(revision 8539)
+++ /trunk/psLib/src/sys/psMemory.c	(revision 8540)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-08-23 22:53:09 $
+*  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-24 02:17:17 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1251,6 +1251,6 @@
 
     if (print) {
-        printf("Allocated  %6s  %10d %8d\n", "", alloc, nalloc);
-        printf("Persistent %6s  %10d %8d\n", "", persist, npersist);
+        printf("Allocated  %6s  %10zd %8zd\n", "", alloc, nalloc);
+        printf("Persistent %6s  %10zd %8zd\n", "", persist, npersist);
     }
     /*
@@ -1283,5 +1283,5 @@
 
     if (print) {
-        printf("Freelist   %6s  %10d %8d\n", "", *freelist, nblock_tot);
+        printf("Freelist   %6s  %10zd %8d\n", "", *freelist, nblock_tot);
     }
 
