]> git.pld-linux.org Git - packages/atftp.git/blame - atftp-clk.patch
- rebuild with readline 7.0
[packages/atftp.git] / atftp-clk.patch
CommitLineData
cb64d087
AM
1--- atftp-0.7/stats.c~ 2002-03-27 04:02:12.000000000 +0100
2+++ atftp-0.7/stats.c 2009-02-24 08:23:43.131044573 +0100
3@@ -22,6 +22,10 @@
4 #include "stats.h"
5 #include "logger.h"
e00b5ea6 6
cb64d087
AM
7+#ifndef CLK_TCK
8+#define CLK_TCK CLOCKS_PER_SEC
9+#endif
10+
11 /*
12 * That structure allows global statistic to be collected. See stats.h.
13 */
This page took 0.091846 seconds and 4 git commands to generate.