X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=mcast-tools%2Fpatches%2F0004-fix_linux_pim.h_include.patch;fp=mcast-tools%2Fpatches%2F0004-fix_linux_pim.h_include.patch;h=7f8b9bcd8de5344e88451f17a017c6a4669b911e;hb=39bab4b7c6d3407d3322457245ef32cd4bf253f1;hp=0000000000000000000000000000000000000000;hpb=690f127cb695fd382e88bc6cac05eb038137d722;p=lede-routing%2F.git diff --git a/mcast-tools/patches/0004-fix_linux_pim.h_include.patch b/mcast-tools/patches/0004-fix_linux_pim.h_include.patch new file mode 100644 index 0000000..7f8b9bc --- /dev/null +++ b/mcast-tools/patches/0004-fix_linux_pim.h_include.patch @@ -0,0 +1,11 @@ +--- a/include/linux/pim.h ++++ b/include/linux/pim.h +@@ -10,7 +10,7 @@ struct pim { + __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 */