summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-05 22:12:01 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-05 22:12:01 +0000
commitaf76ae2cb5e8df14d6f0056472f72fc93c77f704 (patch)
tree77b1d6ecf6f47bbb8e4e3684d060fcca39a3192f
parent71bc2e320b635b4054721b36d11f11aa79449432 (diff)
downloadmaster-31e0f0ae-af76ae2cb5e8df14d6f0056472f72fc93c77f704.tar.gz
master-31e0f0ae-af76ae2cb5e8df14d6f0056472f72fc93c77f704.tar.bz2
master-31e0f0ae-af76ae2cb5e8df14d6f0056472f72fc93c77f704.zip
Duplicate of r12143
SVN-Revision: 12178
-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 3b0c651827..0000000000
--- 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 */