bump version
[buildroot.git] / toolchain / kernel-headers / linux-libc-headers-2.6.11.0.patch
blobf528b8b4c34f8370ca688e2ddc0ac0fcf824f8ce
1 --- linux/include/linux/netfilter_ipv4/ip_nat.h.orig 2005-03-21 16:18:40.000000000 -0700
2 +++ linux/include/linux/netfilter_ipv4/ip_nat.h 2005-03-21 16:23:54.000000000 -0700
3 @@ -66,6 +66,15 @@
4 struct ip_conntrack_manip manip;
5 };
7 +/* For backwards compat: don't use in modern code. */
8 +struct ip_nat_multi_range_compat
9 +{
10 + unsigned int rangesize; /* Must be 1. */
12 + /* hangs off end. */
13 + struct ip_nat_range range[1];
14 +};
16 #define ip_nat_multi_range ip_nat_multi_range_compat
18 #endif