mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:32:25 +02:00
fix kernel header breakage, which caused a compile error in igmpproxy on big-endian targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f51879e351
commit
22738f2f48
@ -0,0 +1,11 @@
|
||||
--- a/include/linux/pim.h
|
||||
+++ b/include/linux/pim.h
|
||||
@@ -9,7 +9,7 @@
|
||||
__u8 pim_type:4, /* PIM message type */
|
||||
pim_ver:4; /* PIM version */
|
||||
#elif defined(__BIG_ENDIAN_BITFIELD)
|
||||
- __u8 pim_ver:4; /* PIM version */
|
||||
+ __u8 pim_ver:4, /* PIM version */
|
||||
pim_type:4; /* PIM message type */
|
||||
#endif
|
||||
__u8 pim_rsv; /* Reserved */
|
Loading…
Reference in New Issue
Block a user