]> git.pld-linux.org Git - packages/atftp.git/blob - atftp-clk.patch
- updated to 0.8.0; added patch to remove unnecessary -lnsl
[packages/atftp.git] / atftp-clk.patch
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"
6  
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.074175 seconds and 3 git commands to generate.