Author: zbyniu Date: Sun Mar 30 19:52:35 2008 GMT Module: SOURCES Tag: LINUX_2_6 ---- Log message: - missing header for routes patch, caused vs2.3 route.h mixing
---- Files affected: SOURCES: kernel-vserver-fixes.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-vserver-fixes.patch diff -u /dev/null SOURCES/kernel-vserver-fixes.patch:1.1.2.1 --- /dev/null Sun Mar 30 21:52:35 2008 +++ SOURCES/kernel-vserver-fixes.patch Sun Mar 30 21:52:30 2008 @@ -0,0 +1,11 @@ +Missing header for routes patch, caused vs2.3 route.h mixing +--- a/net/ipv4/netfilter/nf_nat_core.c~ 2008-01-24 23:58:37.000000000 +0100 ++++ a/net/ipv4/netfilter/nf_nat_core.c 2008-03-30 21:00:19.349593833 +0200 +@@ -15,6 +15,7 @@ + #include <net/checksum.h> + #include <net/icmp.h> + #include <net/ip.h> ++#include <net/route.h> + #include <net/tcp.h> /* For tcp_prot in getorigdst */ + #include <linux/icmp.h> + #include <linux/udp.h> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
