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