]> git.pld-linux.org Git - packages/atftp.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 24 Feb 2009 07:25:05 +0000 (07:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atftp-clk.patch -> 1.2

atftp-clk.patch

index e66eac0611fc37f7be0149ea90a395ffadca6710..0b920d0da81abff72dd3f69b17b6e5c7088c3f45 100644 (file)
@@ -1,11 +1,13 @@
-diff -urN atftp-0.7.org/stats.c atftp-0.7/stats.c
---- atftp-0.7.org/stats.c      2002-03-27 04:02:12.000000000 +0100
-+++ atftp-0.7/stats.c  2007-01-12 17:31:55.432390250 +0100
-@@ -14,6 +14,7 @@
-  * option) any later version.
-  */
-+#define _POSIX_SOURCE 1
- #include "config.h"
+--- atftp-0.7/stats.c~ 2002-03-27 04:02:12.000000000 +0100
++++ atftp-0.7/stats.c  2009-02-24 08:23:43.131044573 +0100
+@@ -22,6 +22,10 @@
+ #include "stats.h"
+ #include "logger.h"
  
- #include <limits.h>
++#ifndef CLK_TCK
++#define CLK_TCK CLOCKS_PER_SEC
++#endif
++
+ /*
+  * That structure allows global statistic to be collected. See stats.h.
+  */
This page took 0.09883 seconds and 4 git commands to generate.