Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Openwrt Chaos Calmer Dev Edition 2015
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nounous-archives
Openwrt Chaos Calmer Dev Edition 2015
Commits
d8a3839f
Commit
d8a3839f
authored
16 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
Duplicate of r12143
git-svn-id:
svn://svn.openwrt.org/openwrt/trunk@12178
3c298f89-4303-0410-b956-a3cf2f4a3e73
parent
bfa59c70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
+0
-15
0 additions, 15 deletions
target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
with
0 additions
and
15 deletions
target/linux/generic-2.6/patches-2.6.26/650-pim_header.patch
deleted
100644 → 0
+
0
−
15
View file @
bfa59c70
--- 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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment