summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@coreworks.de>2004-09-27 03:13:21 +0200
committerPatrick McHardy <kaber@coreworks.de>2004-09-27 03:13:21 +0200
commit297c2ba23e5146b5380be0f2153c30e9a8783f61 (patch)
tree8c169749db3f4d53e6dbe8e8607a3ba0c5de9e37 /include
parentca844c33731a798c28b78bb4e67d3b3d17b63d82 (diff)
[NETFILTER]: Fill hole in netfilter skb fields on 64bit
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 66a56c3d2436..b6c6ef59ab16 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -250,8 +250,8 @@ struct sk_buff {
#ifdef CONFIG_NETFILTER
unsigned long nfmark;
__u32 nfcache;
- struct nf_conntrack *nfct;
__u32 nfctinfo;
+ struct nf_conntrack *nfct;
#ifdef CONFIG_NETFILTER_DEBUG
unsigned int nf_debug;
#endif