diff --git a/[refs] b/[refs] index a354da4999dd..ae86eba7e81b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2989042ca86b94bf4ffa9486921bb300ad44225f +refs/heads/master: a9527a3b621e507c85b639c183c3aa22afd4eb61 diff --git a/trunk/include/net/snmp.h b/trunk/include/net/snmp.h index a0e61806d480..aebb55383c43 100644 --- a/trunk/include/net/snmp.h +++ b/trunk/include/net/snmp.h @@ -61,8 +61,7 @@ struct ipstats_mib { /* ICMP */ #define ICMP_MIB_DUMMY __ICMP_MIB_MAX -#define ICMP_MIB_MAX (__ICMP_MIB_MAX + 1) - +#define ICMP_MIB_MAX __ICMP_MIB_MAX struct icmp_mib { unsigned long mibs[ICMP_MIB_MAX]; };