aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-05 22:06:03 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-05 22:06:03 +0000
commit3a8e0547195765a3d1042a8bf7cc7e3d6274e45d (patch)
tree24296ed92c228763a0d8f34c9690bf1b6b7bd85c /target
parent566e79fea0c13bf7657e8a795e80dbbeb9305a12 (diff)
downloadupstream-3a8e0547195765a3d1042a8bf7cc7e3d6274e45d.tar.gz
upstream-3a8e0547195765a3d1042a8bf7cc7e3d6274e45d.tar.bz2
upstream-3a8e0547195765a3d1042a8bf7cc7e3d6274e45d.zip
Fix inclusion of pim.h like igmpproxy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12176 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch b/target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
new file mode 100644
index 0000000000..3b0c651827
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
@@ -0,0 +1,15 @@
+--- linux-2.6.26/include/linux/pim.h 2008-07-13 23:51:29.000000000 +0200
++++ linux-2.6.26.new/include/linux/pim.h 2008-08-05 20:52:25.000000000 +0200
+@@ -7,10 +7,10 @@
+ struct pim {
+ #if defined(__LITTLE_ENDIAN_BITFIELD)
+ __u8 pim_type:4, /* PIM message type */
+- pim_ver:4; /* PIM version */
++ __u8 pim_ver:4; /* PIM version */
+ #elif defined(__BIG_ENDIAN_BITFIELD)
+ __u8 pim_ver:4; /* PIM version */
+- pim_type:4; /* PIM message type */
++ __u8 pim_type:4; /* PIM message type */
+ #endif
+ __u8 pim_rsv; /* Reserved */
+ __be16 pim_cksum; /* Checksum */