Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41576
b: refs/heads/master
c: 8a74ff7
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent a4e5a34 commit 7e4d022
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: 44473a6b279794f058955aec5c36975e74deb541
refs/heads/master: 8a74ff7770f4795d7580392890fdf06821c78769
12 changes: 6 additions & 6 deletions trunk/net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
struct mld2_grec {
__u8 grec_type;
__u8 grec_auxwords;
__u16 grec_nsrcs;
__be16 grec_nsrcs;
struct in6_addr grec_mca;
struct in6_addr grec_src[0];
};
Expand All @@ -92,17 +92,17 @@ struct mld2_report {
__u8 type;
__u8 resv1;
__u16 csum;
__u16 resv2;
__u16 ngrec;
__be16 resv2;
__be16 ngrec;
struct mld2_grec grec[0];
};

struct mld2_query {
__u8 type;
__u8 code;
__u16 csum;
__u16 mrc;
__u16 resv1;
__be16 mrc;
__be16 resv1;
struct in6_addr mca;
#if defined(__LITTLE_ENDIAN_BITFIELD)
__u8 qrv:3,
Expand All @@ -116,7 +116,7 @@ struct mld2_query {
#error "Please fix <asm/byteorder.h>"
#endif
__u8 qqic;
__u16 nsrcs;
__be16 nsrcs;
struct in6_addr srcs[0];
};

Expand Down

0 comments on commit 7e4d022

Please sign in to comment.