Index: /issm/trunk/src/c/modules/Chacox/chaco_seconds.cpp
===================================================================
--- /issm/trunk/src/c/modules/Chacox/chaco_seconds.cpp	(revision 11073)
+++ /issm/trunk/src/c/modules/Chacox/chaco_seconds.cpp	(revision 11074)
@@ -12,5 +12,8 @@
 /* This timer is faster and more robust (if it exists). */
     struct rusage rusage;
-    int getrusage();
+    /*int getrusage(); commenting this out. not sure why it's there anymore
+	 *as it clobbers the prototype int getrusag(int target,rusage* results) which 
+	 *is defined in the <sys/time.h> and <sys/resource.h> header files. Leaving it 
+	 *for reference in case we have a problem here in the future*/
  
     getrusage(RUSAGE_SELF, &rusage);
