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