Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 65364f1c897d115c963141f579240b90 > files > 7

atftp-0.7-8mdv2010.1.src.rpm

--- stats.c
+++ stats.c
@@ -142,6 +142,10 @@
      pthread_mutex_unlock(&s_stats.mutex);
 }
 
+#ifndef CLK_TCK
+#define CLK_TCK CLOCKS_PER_SEC
+#endif
+
 /*
  * Called at the end of the main thread, when no other threads are
  * running, to print the final statistics.