diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-12 09:22:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-12 09:22:34 -0700 |
commit | 63788ea9245688772d13b979bea05bd72b239aad (patch) | |
tree | 13f00cc8f6da1ed6c583947652bbedb2a0e27693 /include/linux/skbuff.h | |
parent | 349188f66da2fd88f8cb2407763051d8e136c9aa (diff) | |
parent | d7b9dfc8ea43936e6e8eec3040dcf4f110563868 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 0061c947048..948527e42a6 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -255,7 +255,7 @@ struct sk_buff { nohdr:1; /* 3 bits spare */ __u8 pkt_type; - __u16 protocol; + __be16 protocol; void (*destructor)(struct sk_buff *skb); #ifdef CONFIG_NETFILTER |