Author: zbyniu Date: Sat May 31 00:00:10 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - missing headers
---- Files affected: SOURCES: conntrack-tools-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/conntrack-tools-include.patch diff -u /dev/null SOURCES/conntrack-tools-include.patch:1.1 --- /dev/null Sat May 31 02:00:10 2008 +++ SOURCES/conntrack-tools-include.patch Sat May 31 02:00:05 2008 @@ -0,0 +1,20 @@ +--- conntrack-tools-0.9.6/src/main.c~ 2008-03-08 11:25:30.000000000 +0000 ++++ conntrack-tools-0.9.6/src/main.c 2008-05-30 23:41:39.993921124 +0000 +@@ -26,6 +26,7 @@ + #include <string.h> + #include <stdlib.h> + #include <unistd.h> ++#include <limits.h> + + struct ct_general_state st; + union ct_state state; +--- conntrack-tools-0.9.6/src/ignore_pool.c~ 2008-03-08 11:25:30.000000000 +0000 ++++ conntrack-tools-0.9.6/src/ignore_pool.c 2008-05-30 23:51:10.250528096 +0000 +@@ -25,6 +25,7 @@ + #include <libnetfilter_conntrack/libnetfilter_conntrack.h> + #include <stdlib.h> + #include <string.h> ++#include <limits.h> + + /* XXX: These should be configurable, better use a rb-tree */ + #define IGNORE_POOL_SIZE 128 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
