From 8f46635dfc09a6a95f689fd2340edea18c27d646 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 20 Oct 2008 03:31:54 -0700 Subject: [PATCH] --- yaml --- r: 116056 b: refs/heads/master c: 10a03a42d140a029bcba531df2897839f3569871 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/netns/x_tables.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 866167bfd1f8..f155fc22ca46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 041fb574c75a570a0796acd3ed83e4ce0ea920f4 +refs/heads/master: 10a03a42d140a029bcba531df2897839f3569871 diff --git a/trunk/include/net/netns/x_tables.h b/trunk/include/net/netns/x_tables.h index 0cb63ed2c1fc..b8093971ccb4 100644 --- a/trunk/include/net/netns/x_tables.h +++ b/trunk/include/net/netns/x_tables.h @@ -2,9 +2,9 @@ #define __NETNS_X_TABLES_H #include -#include +#include struct netns_xt { - struct list_head tables[NPROTO]; + struct list_head tables[NFPROTO_NUMPROTO]; }; #endif