Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72862
b: refs/heads/master
c: 064f360
h: refs/heads/master
v: v3
  • Loading branch information
Mitsuru Chinen authored and David S. Miller committed Oct 30, 2007
1 parent e56822a commit 0958886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf3c23d171e35e6e168074a1514b0acd59cfd81a
refs/heads/master: 064f3605be6b9b77151274f60693843cabaa09ec
2 changes: 1 addition & 1 deletion trunk/net/ipv4/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static void icmp_put(struct seq_file *seq)
for (i=0; icmpmibmap[i].name != NULL; i++)
seq_printf(seq, " %lu",
snmp_fold_field((void **) icmpmsg_statistics,
icmpmibmap[i].index));
icmpmibmap[i].index | 0x100));
}

/*
Expand Down

0 comments on commit 0958886

Please sign in to comment.