From 6dc106bdcf0e7abc1f2d85698a26ec72a23c41c1 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 16 Jul 2008 20:19:26 -0700 Subject: [PATCH] --- yaml --- r: 103561 b: refs/heads/master c: c6f8f7e3bb4b2c1886ef3743e8f24521f7a60abc h: refs/heads/master i: 103559: d0b0c3cd7497d93be77128486a48243b6d060ef3 v: v3 --- [refs] | 2 +- trunk/include/net/ip.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f9cb981dee9d..9434afb7919c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84a3aa000eacbaf841d745b07ef3a3280899056b +refs/heads/master: c6f8f7e3bb4b2c1886ef3743e8f24521f7a60abc diff --git a/trunk/include/net/ip.h b/trunk/include/net/ip.h index 3b40bc2234be..673ecdbe72fd 100644 --- a/trunk/include/net/ip.h +++ b/trunk/include/net/ip.h @@ -159,7 +159,6 @@ extern struct ipv4_config ipv4_config; DECLARE_SNMP_STAT(struct ipstats_mib, ip_statistics); #define IP_INC_STATS(field) SNMP_INC_STATS(ip_statistics, field) #define IP_INC_STATS_BH(field) SNMP_INC_STATS_BH(ip_statistics, field) -#define IP_INC_STATS_USER(field) SNMP_INC_STATS_USER(ip_statistics, field) #define IP_ADD_STATS_BH(field, val) SNMP_ADD_STATS_BH(ip_statistics, field, val) DECLARE_SNMP_STAT(struct linux_mib, net_statistics); #define NET_INC_STATS(field) SNMP_INC_STATS(net_statistics, field)