From cb64d0872ba500d6ec4b5fc81f7c7ac8b7560cc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 24 Feb 2009 07:25:05 +0000 Subject: [PATCH] - new Changed files: atftp-clk.patch -> 1.2 --- atftp-clk.patch | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/atftp-clk.patch b/atftp-clk.patch index e66eac0..0b920d0 100644 --- a/atftp-clk.patch +++ b/atftp-clk.patch @@ -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 ++#ifndef CLK_TCK ++#define CLK_TCK CLOCKS_PER_SEC ++#endif ++ + /* + * That structure allows global statistic to be collected. See stats.h. + */ -- 2.44.0