SOURCES: atftp-clk.patch - new
arekm
arekm at pld-linux.org
Tue Feb 24 08:25:10 CET 2009
Author: arekm Date: Tue Feb 24 07:25:10 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
atftp-clk.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/atftp-clk.patch
diff -u SOURCES/atftp-clk.patch:1.1 SOURCES/atftp-clk.patch:1.2
--- SOURCES/atftp-clk.patch:1.1 Fri Jan 12 17:32:44 2007
+++ SOURCES/atftp-clk.patch Tue Feb 24 08:25:05 2009
@@ -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.
+ */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/atftp-clk.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list