Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36858
b: refs/heads/master
c: b1dd39a
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent dbf16e3 commit 56cdf43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 734ab87f632e94dfd4299f4d4d1d10668548f9d8
refs/heads/master: b1dd39ac963040c2d282ab8026b9c9aa9306ea06
12 changes: 6 additions & 6 deletions trunk/include/linux/icmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
struct icmphdr {
__u8 type;
__u8 code;
__u16 checksum;
__be16 checksum;
union {
struct {
__u16 id;
__u16 sequence;
__be16 id;
__be16 sequence;
} echo;
__u32 gateway;
__be32 gateway;
struct {
__u16 __unused;
__u16 mtu;
__be16 __unused;
__be16 mtu;
} frag;
} un;
};
Expand Down

0 comments on commit 56cdf43

Please sign in to comment.