]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-vserver-fixes.patch
- renamed to kernel-wrr.patch
[packages/kernel.git] / kernel-vserver-fixes.patch
1 Missing header for routes patch, caused vs2.3 route.h mixing
2 --- a/net/ipv4/netfilter/nf_nat_core.c~ 2008-01-24 23:58:37.000000000 +0100
3 +++ a/net/ipv4/netfilter/nf_nat_core.c  2008-03-30 21:00:19.349593833 +0200
4 @@ -15,6 +15,7 @@
5  #include <net/checksum.h>
6  #include <net/icmp.h>
7  #include <net/ip.h>
8 +#include <net/route.h>
9  #include <net/tcp.h>  /* For tcp_prot in getorigdst */
10  #include <linux/icmp.h>
11  #include <linux/udp.h>
This page took 0.027165 seconds and 3 git commands to generate.