Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41575
b: refs/heads/master
c: 44473a6
h: refs/heads/master
i:
  41573: d4ea7b4
  41571: 8757d54
  41567: f772417
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 7999b9a commit a4e5a34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a27ee7a4dd30feda1954950b5840455a51ae1507
refs/heads/master: 44473a6b279794f058955aec5c36975e74deb541
8 changes: 4 additions & 4 deletions trunk/include/net/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
*/

struct frag_hdr {
unsigned char nexthdr;
unsigned char reserved;
unsigned short frag_off;
__u32 identification;
__u8 nexthdr;
__u8 reserved;
__be16 frag_off;
__be32 identification;
};

#define IP6_MF 0x0001
Expand Down

0 comments on commit a4e5a34

Please sign in to comment.