aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-26 18:46:53 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-26 18:46:53 +0000
commit821170133fc75f42c73b4d11761d798eae7e4733 (patch)
tree46681f18f733797b93dcddf710bc8d1ab9c4a079 /target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
parent6f98e7cf01458f9deca4c99e47ad4578efcaf04e (diff)
downloadupstream-821170133fc75f42c73b4d11761d798eae7e4733.tar.gz
upstream-821170133fc75f42c73b4d11761d798eae7e4733.tar.bz2
upstream-821170133fc75f42c73b4d11761d798eae7e4733.zip
update to 2.6.26.5 and 2.6.25.17
SVN-Revision: 12718
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
deleted file mode 100644
index 51ca9746c2..0000000000
--- a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 */