projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041fb57
)
netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array
author
Patrick McHardy
<kaber@trash.net>
Mon, 20 Oct 2008 10:31:54 +0000
(
03:31
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 20 Oct 2008 10:31:54 +0000
(
03:31
-0700)
The netfilter families have been decoupled from regular protocol families.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/x_tables.h
patch
|
blob
|
history
diff --git
a/include/net/netns/x_tables.h
b/include/net/netns/x_tables.h
index
0cb63ed
..
b809397
100644
(file)
--- a/
include/net/netns/x_tables.h
+++ b/
include/net/netns/x_tables.h
@@
-2,9
+2,9
@@
#define __NETNS_X_TABLES_H
#include <linux/list.h>
-#include <linux/net.h>
+#include <linux/net
filter
.h>
struct netns_xt {
- struct list_head tables[NPROTO];
+ struct list_head tables[N
FPROTO_NUM
PROTO];
};
#endif