summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-05 22:12:01 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-05 22:12:01 +0000
commitd8a3839f5c01893e0a8375c89214fdb8aafb745c (patch)
tree449d30549fd476f3ab247e803fc06b0fd804e4a2 /target
parentbfa59c708bfa9b5d01bb1b2512bac1a6de36f1a3 (diff)
Duplicate of r12143
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12178 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, 0 insertions, 15 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
deleted file mode 100644
index 3b0c65182..000000000
--- a/target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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 */