From 4017fbd79816ece8fde62632330a2b83d10fb332 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 16 Jul 2008 20:21:20 -0700 Subject: [PATCH] --- yaml --- r: 103566 b: refs/heads/master c: f10f84314d5adc0ba6ca2a0877442de63e226130 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/tcp.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c40288c01be5..47f2da69ab35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a86b1e3019455283a677c2485cfeda2dc36df3eb +refs/heads/master: f10f84314d5adc0ba6ca2a0877442de63e226130 diff --git a/trunk/include/net/tcp.h b/trunk/include/net/tcp.h index 6b827cc6c52f..048f8de724c2 100644 --- a/trunk/include/net/tcp.h +++ b/trunk/include/net/tcp.h @@ -268,9 +268,7 @@ extern struct proto tcp_prot; DECLARE_SNMP_STAT(struct tcp_mib, tcp_statistics); #define TCP_INC_STATS(field) SNMP_INC_STATS(tcp_statistics, field) #define TCP_INC_STATS_BH(field) SNMP_INC_STATS_BH(tcp_statistics, field) -#define TCP_INC_STATS_USER(field) SNMP_INC_STATS_USER(tcp_statistics, field) #define TCP_DEC_STATS(field) SNMP_DEC_STATS(tcp_statistics, field) -#define TCP_ADD_STATS_BH(field, val) SNMP_ADD_STATS_BH(tcp_statistics, field, val) #define TCP_ADD_STATS_USER(field, val) SNMP_ADD_STATS_USER(tcp_statistics, field, val) extern void tcp_v4_err(struct sk_buff *skb, u32);