7f8b9bcd8de5344e88451f17a017c6a4669b911e
[feed/routing.git] / mcast-tools / patches / 0004-fix_linux_pim.h_include.patch
1 --- a/include/linux/pim.h
2 +++ b/include/linux/pim.h
3 @@ -10,7 +10,7 @@ struct pim {
4 __u8 pim_type:4, /* PIM message type */
5 pim_ver:4; /* PIM version */
6 #elif defined(__BIG_ENDIAN_BITFIELD)
7 - __u8 pim_ver:4; /* PIM version */
8 + __u8 pim_ver:4, /* PIM version */
9 pim_type:4; /* PIM message type */
10 #endif
11 __u8 pim_rsv; /* Reserved */